Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery check if string contains specific word

var a = 'how are you';
a.includes('are'); // will return true if string contains search term
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jquery #check #string #specific #word
ADD COMMENT
Topic
Name
1+5 =