Answered
Extendscript, is there an "includes()" function? I could not find it
I tried this:
var a = "Test,_,t"
var b = a.includes("7");
So I got this error:
a.includes is not a function
So is there any other way to verify the if a string is inside another string please?