Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

typescript string contains

const test = 'Hello World';
if (test.includes('World')) { 
  // Found world
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #typescript #string
ADD COMMENT
Topic
Name
6+9 =