中文

cn_regex = re.compile(r'[\u4e00-\u9fa5]')

日文

jp_regex = re.compile(r'[\u3040-\u309F\u30A0-\u30FF\uAC00-\uD7A3]')