Skip to content

Contains

Shaun Lawrence edited this page Nov 4, 2020 · 1 revision

Returns a boolean result indicating whether the supplied text parameter contains the supplied value.

Contains(text, value)

Parameters

text

The string text to search inside.

Type string
Required Yes

value

The string value to find.

Type string
Required Yes

Examples

Contains("reading between the lines", "the")

Returns true in this example because 'the' does exist.