Match Text

Notes

Matches text in the input based on regex.

Syntax

matchText(text: <#String (Allows Variables)#>, regex: <#String (Allows Variables)#>, cSensitive: <#Boolean#>)

Example

matchText(text: "Hello World!", regex: "[a-z]!", cSensitive: false)