actions-marketplace-validations/Regex Replace

Allows you to perform a regex replace within the action script

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
valueThe string to apply replace toyes
regexThe text of the regex patternyes
flagsFlags for the regexnog
replacementString that replaces the substring specified by the regexyes$1
namedescription
valueString with the replaced text