On 02/09/2011 23:33, Rajeev Prasad wrote:
friends,

I am now trying to parse this string in this way...

x= could be anything including special character

string = xx:ABC,xx,x,x,x,"x,x,x",x,x,x,"x,x",x

string0=ABC
string2="x,x,x"
string3="x,x"
string1=xx:string0,tt,x,x,x,string2,x,x,x,string3,x

final string is string1

Suppose x is a comma. How can you expect to parse

  ,,:ABC,,,,,,,,,,",,,,,",,,,,,,",,,",,

Rob


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to