Skip to main content

Text.Contains

Returns true or false indicating if the provided text contains a provided value.

Syntax​

Text.Contains "text" "text_to_check_for"

Returns​

bool value

Arguments​

NameRequiredTypeDescription
textYesAny text e.g. "Hello, World!"
text to check forYesAny text e.g. "Hello, World!"

On a running server​

Use serhelp Text.Contains to inspect the reference generated by your installed SER version.