[strings] special characters
This commit is contained in:
parent
3223ab322b
commit
490c9b9d98
1 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ Here's the full list:
|
|||
| Character | Description |
|
||||
|-----------|-------------|
|
||||
|`\n`|New line|
|
||||
|`\r`|Carriage return: not used alone. Windows text files use a combination of two characters `\n\r` to represent a line break. |
|
||||
|`\r`|Carriage return: not used alone. Windows text files use a combination of two characters `\r\n` to represent a line break. |
|
||||
|`\'`, `\"`|Quotes|
|
||||
|`\\`|Backslash|
|
||||
|`\t`|Tab|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue