simple string parsing ?

Istvan Albert ialbert at mailblocks.com
Thu Sep 9 11:58:57 EDT 2004


Peter Kleiweg wrote:

> R = re.compile('[=+*:()]|[a-z]+|[A-Z]+[0-9]+|[0-9]*\.[0-9]+|[0-9]+|[^ \t\r\n])

Lets also mention the title of the chapter under which a
newbie can get more info on such solutions:

Regexes: Bad Idea or Big Mistake?

Istvan.



More information about the Python-list mailing list