actions-marketplace-validations/Extract Regex Action
A GitHub Action to extract a regex pattern from a string
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 31, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/tmelliottjr_extract-regex-action@2b16463481549ebe7270584fe9e65631a0235bfd # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| regex | The regex pattern to extract | yes | — |
| flags | The regex flags to use | no | — |
| input | The input string to extract from | yes | — |
Outputs
| name | description |
|---|---|
| resultString | The extracted matches as a string |
| resultArray | The extracted matches as an array |