
ProBulletin
Novice
Feb 2, 2007, 9:15 AM
Post #2 of 2
(206 views)
|
|
Re: [zaebanB] pattern matching
[In reply to]
|
Can't Post
|
|
$string =~ /<start (".*?")/g; Use .*? instead of .* so the regex is non-greedy. Regards, Paul Wilson ProBulletin Board: http://www.probulletin.com/
(This post was edited by ProBulletin on Feb 2, 2007, 9:15 AM)
|