[Python-ideas] str.split with multiple individual split characters

Nick Coghlan ncoghlan at gmail.com
Mon Feb 28 07:20:41 CET 2011


On Mon, Feb 28, 2011 at 3:03 PM, Carl M. Johnson
<cmjohnson.mailinglist at gmail.com> wrote:
> Anyway, you'll get no argument from me: Regexes are easy once you know
> regexes. For whatever reason though, I've never been able to
> successfully, permanently learn regexes.

Neither have I, I just remember where to find the (quite readable)
reference to their syntax in the Python documentation
(http://docs.python.org/library/re).

Cheers,
Nick.


-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia



More information about the Python-ideas mailing list