会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
G背包
首页
管理
2012年8月28日
匹配[key]的正则表达式与Split()
摘要: r"\[( *[A-Za-z]*)*\]"def Split(sourceStr): """ Get a list from sourceStr split by spaces or new lines """ return re.split(" *",sourceStr.replace('\n', ' ').strip())
阅读全文
posted @ 2012-08-28 09:39 G背包
阅读(261)
评论(0)
推荐(0)
编辑