Answers for "nodejs if contains"

0

nodejs if contains

if (your_string.indexOf('hello') > -1)
{
  alert("hello found inside your_string");
}
Posted by: Guest on May-06-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language