Re: 请问一个正则的问题
"junyi sun" <[email protected]>
| Newsgroups | gmane.comp.python.chinese |
|---|---|
| Message-ID | <[email protected]> |
正则表达式主要靠调试,试一试这个:http://code.google.com/p/qre/ 2008/1/17 huang falls <[email protected]>: > Hello ! > > str="(aaa)(bbb)(ccc)" > > 想将其转成一个list : > > [ "aaa", "bbb", "ccc" ] > > 请问如何做比较合适? > > Thanks! > > Regards > Falls > _______________________________________________ > python-chinese > Post: send [email protected] > Subscribe: send subscribe to [email protected] > Unsubscribe: send unsubscribe to [email protected] > Detail Info: http://python.cn/mailman/listinfo/python-chinese _______________________________________________ python-chinese Post: send [email protected] Subscribe: send subscribe to [email protected] Unsubscribe: send unsubscribe to [email protected] Detail Info: http://python.cn/mailman/listinfo/python-chinese