Tests whether a string contains another one.
Table 16. contains Attributes
Attribute |
Description |
Required |
string |
The string to search in. |
Yes |
substring |
The string to search for. |
Yes |
casesensitive |
Perform a case sensitive comparision. Default is true. |
No |