rnett/Find Regex

Finds a regex match from given sources

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
regexThe regex to look foryes
filesFiles to checkno""
commandsCommands to run and check output. Only ran if not found in filesno""
require-matchWhether to error if no match. Outputs '' if no match and not requirednotrue
groupThe match group to output, or 0 for the entire matchno1
ignore-caseWhether regex should ignore casenotrue
multilineWhether to use multiline regexnofalse
namedescription
matchThe match or match group