StringReplace Op
replace occurrences of a string with another string
Summary (oneliner)
<p>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 ( <a href="https://en.wikipedia.org/wiki/Regular_expression">https://en.wikipedia.org/wiki/Regular_expression</a> ).</p> <p>For example, replacing a period with a blank space would require you to seek "." and replace with a " "</p>
- Ops.String.StringReplace
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
<p>incoming string</p>
<p>find a string or character</p>
<p>replace with this string</p>
<i>integer</i>
)<p>ALL(0) or First(1) occurrence </p>