Skip to content

Instantly share code, notes, and snippets.

View chenjianrui's full-sized avatar
🐽

Nick Chen chenjianrui

🐽
  • KKStream
  • Taipei, Taiwan
View GitHub Profile
@chenjianrui
chenjianrui / regex-japanese.txt
Created September 1, 2021 07:04 — forked from terrancesnyder/regex-japanese.txt
Regex for Japanese
Regex for matching ALL Japanese common & uncommon Kanji (4e00 – 9fcf) ~ The Big Kahuna!
([一-龯])
Regex for matching Hirgana or Katakana
([ぁ-んァ-ン])
Regex for matching Non-Hirgana or Non-Katakana
([^ぁ-んァ-ン])
Regex for matching Hirgana or Katakana or basic punctuation (、。’)