Skip to content

String Match Regex

Matches a string against a regex pattern and returns the captured groups.

Inputs#

Port Description
Input
The string to match against the regex pattern
Regex
The regex pattern to match

Outputs#

Port Description
Groups
Captured groups from the regex match

ID: string-match-regex@v1