ashley-taylor/Regex Replace
Allows you to perform a regex replace within the action script
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| value | The string to apply replace to | yes | — |
| regex | The text of the regex pattern | yes | — |
| flags | Flags for the regex | no | g |
| replacement | String that replaces the substring specified by the regex | yes | $1 |
Outputs
| name | description |
|---|---|
| value | String with the replaced text |