CSV reader ignore brackets

Skip Montanaro skip.montanaro at gmail.com
Tue Sep 24 20:02:46 EDT 2019


How about just replacing *\(([^)]*)\)* with *"\1"* in a wrapper class's
line reading method? (I think I have the re syntax approximately right.)
The csv reader will "just work". Again, nesting parens not allowed.

Skip



More information about the Python-list mailing list