Searched refs:isSubstringInArray (Results 1 – 1 of 1) sorted by relevance
24 …isSubstringInArray:function(t,e){for(var n=0;n<e.length;n++)if(e[n].match(t))return n;return-1},in… method