Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

javascript string contains

const string = "foo",
 const substring = "oo";
  console.log(string.includes(substring));
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #javascript #string
ADD COMMENT
Topic
Name
8+3 =