We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01985e8 commit 86d1a5aCopy full SHA for 86d1a5a
1 file changed
unreleased/str_escape_sequnece.md
@@ -4,5 +4,5 @@
4
- `\n` - 改行 (U+000A)
5
- `\r` - 復帰 (U+000D)
6
- `\u`とそれに続く4桁の16進数の英数字 - 与えられた値を持つUTF-16コード単位として解釈されます。
7
- - `\"`, `\'`, `\\` `` \` ``, `\{`, `\}` - それぞれ、`\`の直後の文字そのものとなります。
+ - `\"`, `\'`, `\\`, `` \` ``, `\{`, `\}` - それぞれ、`\`の直後の文字そのものとなります。
8
- `\`とそれに続く文字列が上記のいずれにも一致しない場合、文法エラーが発生するようになりました。
0 commit comments