Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

書籍 Regular Expressions Cookbook | Nonprinting characters table

パンくず

書籍 Regular Expressions Cookbook
Nonprinting characters table

概要

非表示文字を正規表現で表す場合の一覧

文法 意味
\a bell
\e escape
\f form feed
\n line feed(改行)
\r carriage return
\t horizontal tab(タブ)
\v vertical tab(垂直タブ)