string contains ts code example Example: typescript string contains const test = 'Hello World'; if (test.includes('World')) { // Found world }