Gossamer Forum
Home : General : Perl Programming :

Re: [Andy] another regex question

Quote Reply
Re: [Andy] another regex question In reply to
i figured out a way to get what i wanted:

($dispname1,$dispname2,$dispname3) = split (/\"/, $dispname);

$dispname2 is the part i want!

sorry but i couldn't understand what you gave me but i'm sure it was more elegant than mine! thanks!
Subject Author Views Date
Thread another regex question delicia 7671 Feb 14, 2012, 7:16 AM
Thread Re: [delicia] another regex question
Andy 7535 Feb 14, 2012, 9:01 AM
Post Post deleted by delicia
delicia 7503 Feb 14, 2012, 10:55 AM
Thread Re: [Andy] another regex question
delicia 7522 Feb 14, 2012, 11:04 AM
Thread Re: [delicia] another regex question
Andy 7556 Feb 14, 2012, 2:04 PM
Post Re: [Andy] another regex question
delicia 7502 Feb 14, 2012, 2:34 PM