String Match Regex
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Matches a string against a regex pattern and returns the captured groups.
Inputs
Section titled “Inputs”| Port | Description |
|---|---|
| The string to match against the regex pattern | |
| The regex pattern to match |
Outputs
Section titled “Outputs”| Port | Description |
|---|---|
| Captured groups from the regex match |
ID: core/string-match-regex@v1