Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 278 Bytes

matchText.md

File metadata and controls

11 lines (11 loc) · 278 Bytes

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)