$is contains

Allows you to check if a string contains a given substring.


Example

Running this code will check if the text "A b c d" contains "a", then an alert dialog box will pop up after running the script.

This is the alert box, showing that the statement above is "True".

alert($plugin function("Data and Files Automation.dll", "$is contains", "A b c d", "a", "True"))

Was this helpful?

Previous Article

$if short statement

Next Article

$is ends with