Question
Check string contains values.
Hi,
How to check whether a string contains the specified values in extendscript for framemaker ?How to use in following code using extendscript for framemaker ?
var str = "Hello world, welcome to the universe.";
var n = str.includes("world");
