Daily Archives: 2008年7月20日

Python: 正規表現の基本 – 繰り返し「*」「+」「?」

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

Posted in Python | Tagged , , | Leave a comment