To search for a special character, use a backslash (\).
| Search expression | example\? |
| Matches |
example? |
| Does not match |
examples example1 |
To search for the backslash character, use two backslashes (\\).
| Search expression | C:\\Windows |
| Matches |
C:\Windows |
| Search expression | nvpair:path=C:\\Program\ Files |
| Matches |
C:\Program Files |