Which regex-characters must be escaped?
Special characters in regular expressions which have to be escaped are:. \ + * ? [ ^ ] $ ( ) { } = ! < > | : -
And a free escaper
https://www.regex-escape.com/regex-escaping-online.php
and a dummy bit of text to test