mad9000/Find-and-replace strings
Finds and replaces text on a string
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | The text you want to run this action on | yes | — |
| find | The text you are looking for | yes | — |
| replace | The text you want to replace with | yes | — |
| replaceAll | Replace all occurrences? | no | — |
Outputs
| name | description |
|---|---|
| value | The new value after find-and-replace has been run |