String Match Regex
Matches a string against a regex pattern and returns the captured groups.
Inputs#
| Port | Description |
|---|---|
| The string to match against the regex pattern | |
| The regex pattern to match |
Outputs#
| Port | Description |
|---|---|
| Captured groups from the regex match |
ID: string-match-regex@v1