meilcli/regex match action
simple provide string.match(regex) action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| regex_pattern | search regex pattern | yes | — |
| regex_option | search regex option | — | — |
| search_string | searched string | yes | — |
Outputs
| name | description |
|---|---|
| matched | matched: true or false |
| matched_first | matched first string |
| matched_json | matched result json, attension: will not inculde index property |
| matched_has_index | has provided matched index |
| matched_index | matched index |