vendic/github-regex-extract-action
Extract matches from a text using regex
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| pattern | The regex patteren | yes | [A-Z]{2,5}-[0-9]{1,5} |
| pattern_flags | The flags that is used for the regex | yes | gm |
| text | The text that will be searched. | yes | — |
Outputs
| name | description |
|---|---|
| matches | A newline seperated list of matches |