Backslash escapes
Characters | Escape | Description |
---|---|---|
\ | \ | backslash |
| \ |
backtick | |
* | \* | asterisk |
_ | \_ | underscore |
{} | {} | curly braces |
[] | [] | square brackets |
() | () | parentheses |
# | # | hash mark |
+ | + | plus sign |
- | - | minus sign (hyphen) |
. | . | dot |
! | ! | exclamation mark |
Comments
Related