minus9d's diary
id:minus9d
Pythonで、文字列に日本語が含まれているか判定する
表題のことをPythonで行おうとあれこれ検索しましたが、なかなかこれだという方法が見つかっていません。 今のところ、Is there a way to know whether a Unicode string contains any Chinese/Japanese character in Python? - Stack Overflowで紹介されているunicodedata.name()という関数を使って、以下のような判定関…