Adapted from Microsoft Learn
The backslash character (\) in a regular expression indicates that the character that follows it either is a special character (as shown in the following table), or should be interpreted literally.
| Escaped character | Description | Pattern | Matches |
|---|