DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
8+2 =
Submit