特殊文字 | 意味 |
---|---|
\t | タブ(0x09) |
\n | 改行(0x0a) |
\r | 復帰(0x0d) |
\f | 改ページ(0x0f) |
\b | バックスペース(0x08) |
\a | ベル(0x07) |
\e | エスケープ(0x1b) |
\s | 空白(0x20) |
\v | 垂直タブ(0x0b) |
\nnn | 8進数表記(nは0〜7) |
\xnm | 16進数表記(nは0〜9,a〜f,A〜F) |
\cx,\C-x | [Contrl]+x |
\M-x | Mata+x |
\M-x\C-x | Mata+Control+x |
\x | 文字xそのもの(xは上の文字以外) |
\unnn | Unicode文字の16進数表記(nは0〜9,a〜f,A〜F) |
More than 3 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme