I need to check a string over which I have no control for the first 2 non-white
space characters (which should be '[{').
The string would ideally be: '[{...' but could also be something like
' [ { ....'.
Best to use re and how? Something else?
--
https://mail.python.org/mailman/listinfo/python-list
