Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 287 Bytes

getMatchGroup.md

File metadata and controls

11 lines (11 loc) · 287 Bytes

Get Match Group

Notes

Gets the a certain group in a regex match.

Syntax

getMatchGroup(type: <#Type (WFGetGroupType)#>, matches: <#Variable#>, index: <#String (Allows Variables)#>)

Example

getMatchGroup(type: Group At Index, matches: Shortcut Input, index: "2")