Daily Archives: 2008年7月21日

Python: 正規表現の基本 – 文字範囲の指定「[ ]」

ソースコード # coding: Shift_JIS import re # 正規表現を扱うモジュールのインポート # 正規表現のチェックプリント用の関数 def PrintRegMatch(pat, txt): # 探 … Continue reading

Posted in Python | Tagged , | Leave a comment