×

Quick Match Text

iOS 14 +

Notes

Perform frequently used regex operations to find text.

Syntax

quickMatchText(sourceText: <#String (Allows Variables)#>, matchType: <#Enumeration (RegexMatchType)#>, afterPattern: <#String (Allows Variables)#>, beforePattern: <#String (Allows Variables)#>, patternRangeStart: <#String (Allows Variables)#>, patternRangeEnd: <#String (Allows Variables)#>, caseSensitive: <#Boolean#>, inclusiveMatch: <#Boolean#>, matchNewLines: <#Boolean#>, matchOutput: <#Enumeration (MatchOutput)#>)

Example

quickMatchText(sourceText: "ShortcutInput", matchType: TextBetween, afterPattern: ""("", beforePattern: "")"", patternRangeStart: """", patternRangeEnd: """", caseSensitive: true, inclusiveMatch: true, matchNewLines: true, matchOutput: AllMatches)