I have a string of the form: 'a bc "d e f" h "i j"' what I want is the quoted items not to split on blanks.
[0] = 'a' , [1] = 'bc' , [2] = 'd e f' ... . Is there is simple way to do this ? Don Leslie _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

