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"))