dsfx3d/Action to extract unique matches from a string
Extract all unique matches from a string using a regex
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| regex | The regex to match | yes | — |
| text | The string to match against | yes | — |
| flags | The flags to use for the regex | no | gi |
Outputs
| name | description |
|---|---|
| matches | All unique matches in comma separated format |