Javascript String Contains Function Matt Pavey May 03, 2010 JavaScript No comments String.prototype.contains = function(value) { return this.indexOf(value) != -1; }; Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to TwitterShare to Facebook
0 comments: