snsinahub-org/regex-string-replace
Replace a string with or without regex
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| string | The string to replace | yes | — |
| regex | The regex to use for replacement | no | — |
| replacement | The replacement string | no | — |
| flags | The flags to use for regex | no | — |
Outputs
| name | description |
|---|---|
| replaced_string | The replaced string |