andreassko/Find and Replace
Finds and replaces strings in files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| from | String/Regex to look for | yes | — |
| to | String to replace it with | yes | — |
| regex | Wheter to interpret `from` as regex or not. Enabled by default. If disabled, only the first occurence will be replaced. | no | true |
| files | Files to look into, split by newline. Supports glob. Defaults to all files | no | ** |
Outputs
| name | description |
|---|---|
| result | Array of replacement results. |