[Python-ideas] Complicate str methods

Mike Miller python-ideas at mgmiller.net
Wed Feb 7 16:57:12 EST 2018


+1

I have the need for one or two of these in every project (of a certain size) and 
have to come up with solutions each time with the re module or a loop.

Not a fan of regex's for trivial tasks, or those that require a real parser.

On 2018-02-03 14:04, Franklin? Lee wrote:



More information about the Python-ideas mailing list