Searched defs:StartsWith (Results 1 – 11 of 11) sorted by relevance
95 String.prototype.StartsWith = function( value ) method in String
83 String.prototype.StartsWith = function( value ) method in String
78 String.prototype.StartsWith = function( value ) method in String
94 String.prototype.StartsWith = function( value ) method in String
147 String.prototype.StartsWith = function( value ) method in String
26 …his.length;i++){if (this[i]==A) return i;};return-1;};String.prototype.StartsWith=function(A){retu… method in String
26 …0;i<A.length;i++){C=C.replace(A[i],B[i]);};return C;};String.prototype.StartsWith=function(A){retu… method in String