Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js check if string contains character

if (your_string.indexOf('hello') > -1)
{
  alert("hello found inside your_string");
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #js #check #string #character
ADD COMMENT
Topic
Name
9+5 =