kaisugi/Action Regex Match

GitHub Action to do regex matching

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
textA text as the target for inputs.regex.yes
regexA regex for inputs.text. Supports capturing groups.yes
flagsFlags for inputs.regex. e.g.) 'g', 'gm'no
namedescription
matchThe whole matched text. If the inputs.regex doesn't match inputs.text, this value is ''.
group1The 1st captured group.
group2The 2nd captured group.
group3The 3rd captured group.
group4The 4th captured group.
group5The 5th captured group.
group6The 6th captured group.
group7The 7th captured group.
group8The 8th captured group.
group9The 9th captured group.