Daily Archives: 2008年7月19日

Python: 正規表現の基本 – メタ文字「.」「^」「$」

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

Posted in Python | Tagged , | Leave a comment