How to (super)split a string (literal) containing " and/or ' and/or \<sep>. example: ' a " b b " c\ c '.supersplit(' ') -> ['a', ' b b ', 'c c'] Thanks and Grüessli -- Kurt Müller: kurt.mueller at aerodynamics.ch