×

Match Text

iOS 14 +

Notes

Matches text in the input based on regex.

Syntax

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

Example

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