mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-01-14 22:18:43 +00:00
Merge commit '60b63687e840a3affe063196f2ec6df4636119b2' into jpg
This commit is contained in:
commit
23821c6795
@ -7,7 +7,7 @@ import re
|
||||
|
||||
# https://www.reddit.com/r/learnpython/comments/h0tsaa/regex_expression_for_japanese_extracting/
|
||||
re_brace = '{(.+?)}'
|
||||
re_kanji = '([㐀-䶵一-鿋豈-頻]+)'
|
||||
re_kanji = '([㐀-䶵一-鿋豈-頻々]+)'
|
||||
re_kana = '([ぁ-ゟ゠-ヿ]+)'
|
||||
|
||||
### Open file ###
|
||||
|
Loading…
Reference in New Issue
Block a user