Enter one or more regular expressions (one per line) for matching, and one or more expressions to replace each match with.
The first match-expression, if successful, will be replaced with the first replace-expression, and so on.
See [https://php.net/function.preg-replace the PHP function preg_replace()] for details.