Replace text
Using Find
to search for text in input and replacing it with Replace
string. Find
can be any valid JS regular expression 1. Replace
can contain capturing group if any defined.
Sources:
[1] developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions