Description
Returns true if the 'stringtofind' is found in the 'string' parameter.
Signature
Contains('inputstring', 'stringtofind')
Example
Contains('Formula Manager','Man') Returns True
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| inputstring | xxxx | xxxx | xxxx |
| stringtofind | xxxx | xxxx | xxxx |
