dottori-it/Serch and replace
Search and replace in string or file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| search-value | The value that will be replaced by the new value | yes | — |
| new-value | The value to replace the search value with | yes | — |
| subject | — | no | — |
| subject-path | The text file path which content we wanto to be searcehd and replaced. If omitted subject is required. If both subject and subject-path are provided, subject takes precedence. | no | — |
Outputs
| name | description |
|---|---|
| new-subject | If subject-path is provided, the path of searched and replaced file, otherwise the subject with search-value replaced by new-value. |