Skip to content

Instantly share code, notes, and snippets.

@844196
Created November 14, 2014 16:33
Show Gist options
  • Save 844196/1c1ae853417411af97d2 to your computer and use it in GitHub Desktop.
Save 844196/1c1ae853417411af97d2 to your computer and use it in GitHub Desktop.
^〜
/* 波ダッシュを使わないバージョン */
(?:[Ah嗚あゃ][h呼あゝぁら]?|は[えぇ]|くり)[\^^]
/* 文字をそのまま指定 */
[\^|^][~〜~]
/* Unicodeで指定 */
[\^|^][\u007e\u301c\uff5e]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment