the node to process
A string or regular expression to search for. If searchValue is a regex, then it must have the global (g) flag set, or a TypeError is thrown.
A string containing the text to replace or a function that returns the replacement text.
If true, any HTML will be rendered as text. Defaults to false
Replaces text in a string, using a regular expression or search string.