asasinnab/Match a string against a regex pattern
Match a string against a regex pattern and output first match
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| regex_pattern | regex pattern | yes | — |
| regex_flags | regex flag | no | — |
| search_string | search string | yes | — |
Outputs
| name | description |
|---|---|
| first_match | first regex match |