actions-marketplace-validations/Extract Regex Action

A GitHub Action to extract a regex pattern from a string

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 31, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/tmelliottjr_extract-regex-action@2b16463481549ebe7270584fe9e65631a0235bfd # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
regexThe regex pattern to extractyes
flagsThe regex flags to useno
inputThe input string to extract fromyes
namedescription
resultStringThe extracted matches as a string
resultArrayThe extracted matches as an array