split(/\'/, $yourstring);

On 10/4/05, Donald Leslie {74279} <[EMAIL PROTECTED]> wrote:
> 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
>
 
_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to