Skip to content

Instantly share code, notes, and snippets.

View mvn-huyenle-hn's full-sized avatar

Huyen Le T. VN.HaNoi mvn-huyenle-hn

View GitHub Profile
@mvn-huyenle-hn
mvn-huyenle-hn / regex-japanese.txt
Last active December 8, 2021 03:06 — 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 (、。’)