2013年9月21日土曜日

python 文字列操作

ひきメモ

http://d.hatena.ne.jp/yumimue/20071223/1198407682
だいたい必要なものはカバー

本家stringのリファレンス
https://docs.python.org/2/library/string.html
find, rfind, index, split, etc.

用途から見つけることができるまとめ
http://motw.mods.jp/Python/str_methods.html