Skip to content

Instantly share code, notes, and snippets.

@nojimage
Created May 12, 2011 02:45
Show Gist options
  • Save nojimage/967840 to your computer and use it in GitHub Desktop.
Save nojimage/967840 to your computer and use it in GitHub Desktop.
改行(LF 0x0A, CR 0x0D)、水平タブ(HT 0x09)以外の制御文字にマッチする正規表現
[\x00-\x08]|[\x0B\x0C]|[\x0E-\x1F]|\x7F|[\x{2028}\x{2029}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment