cfinity/Find and Replace String
Replace occurrences of given symbols in a string
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| input | The string you want to run this action on | yes | — |
| replace | A regex, that will be matched against to find a string to be replaced | yes | — |
| with | The string to be replaced with | yes | — |
Outputs
| name | description |
|---|---|
| value | The new value after find-and-replace has been run |