StringReplace Op
replace occurrences of a string with another string
Summary (oneliner)
This operator uses the JavaScript function replace() with a regex syntax. Usually you can simply type an alpha numeric string, but if you want to get fancy or need to replace a character such as a period, you will need to format your string replace according to the Regular Expression syntax ( https://en.wikipedia.org/wiki/Regular_expression ).
For example, replacing a period with a blank space would require you to seek "." and replace with a " "
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
incoming string
find a string or character
replace with this string
ALL(0) or First(1) occurrence
Outputs
Patches using StringReplace
Changelog
created op 2021-05-05 - pandur | |
Ops.User.pandur.StringReplace renamed to Ops.String.StringReplace 2021-05-05 - pandur |