actions-marketplace-validations/Regular Expression Matcher
Applies a regular expression to an input and outputs its groups.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ref | The git ref to parse. | yes | — |
| regex | The regular expression to use. | yes | — |
Outputs
| name | description |
|---|---|
| groups | The groups as a JSON string |