Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

javascript inbuilt funcctions to match the word and return boolean

String.prototype.isMatch = function(s){
   return this.match(s)!==null 
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #javascript #inbuilt #funcctions #match #word #return #boolean
ADD COMMENT
Topic
Name
8+2 =