Answers for "jquery check if string contains specific word"

0

jquery check if string contains specific word

var a = 'how are you';
a.includes('are'); // will return true if string contains search term
Posted by: Guest on May-03-2021

Code answers related to "jquery check if string contains specific word"

Code answers related to "Javascript"

Browse Popular Code Answers by Language