Use This Template

Contains(Text)

Returns a true/false value indicating whether a specified substring occurs within this string.

For example, checking to see if TextField2 (test) is contained in TextField1 (this is a test), will return true, as ‘test’ is contained in ‘this is a test’.

Contains(Text)

Returns a true/false value indicating whether a specified substring occurs within this string.