分かりやすいpythonの正規表現の例 - Qiita

基本の例noComplieの方法import re# rを付けることを推奨。# バックスラッシュをそのままで分かりやすいため。content = r'hellow python, 123,…