Skip to content

Commit

Permalink
Add further simplification and minor cleanups for japanese bank valid…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
ripcurlx committed Sep 14, 2021
1 parent c781394 commit 4d62136
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -864,11 +864,10 @@ public static String getString(String id) {
"一-龯" + // common Japanese kanji (0x4e00 ~ 0x9faf)
"々" + // kanji iteration mark (0x3005)
"〇" + // kanji number zero (0x3007)
"ぁ-" + // full-width hiragana (0x3041 ~ 0x3094)
"ぁ-" + // hiragana (0x3041 ~ 0x309e)
"ァ-・" + // full-width katakana (0x30a1 ~ 0x30fb)
"ぁ-ゞ" + // half-width hiragana
"ァ-ン゙゚" + // half-width katakana
"ヽヾ゛゜ー" + // 0x309e, 0x309b, 0x309c, 0x30fc
"ヽヾ゛゜ー" + // 0x30fd, 0x30fe, 0x309b, 0x309c, 0x30fc
" " + // full-width space
" " + // half-width space
"]+"; // for any length
Expand Down

0 comments on commit 4d62136

Please sign in to comment.