Searched defs:EndsWith (Results 1 – 5 of 5) sorted by relevance
84 String.prototype.EndsWith = function( value, ignoreCase ) method in String
26 …With=function(A){return (this.substr(0,A.length)==A);};String.prototype.EndsWith=function(A,B){var… method in String