frabert/Replace string
Use regular expressions to manipulate strings
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pattern | Regular expression pattern | yes | — |
| string | The input string | yes | — |
| replace-with | What to replace with | yes | — |
| flags | Flags to use when matching | no | — |
Outputs
| name | description |
|---|---|
| replaced | The output string |