How to escape backslashes
- Sean O'Shea
- Aug 27, 2021
- 1 min read
Don't miss how easy it is to escape backward slashes when running a regular expression search.

Simply use two backslashes in a row, since a backslash is used to escape other characters used in the Regex syntax.