in reply to Regex keep matching the last possible match (but should get all)
Dear Perl-Monks
Thanks a lot for all the help you provided. I finally got it working. For the next weeks I will gladly delegate every RegEx to other workers here, thats sure.
if you wonder how it looks at the end... without the fine art of usung other delimiters, still.
/'extinfo\.cgi[^>]+>([^<]+)<\/A>.{150,190}'status[^>]+>([^<]+)<\/TD><[ +^>]+>([^<]+)<\/TD><[^>]+>([^<]+s)<\/TD><[^>]+>(\d\/\d)<\/TD><[^>]+>([ +^<]+)<\/TD>/g
I will smooth out this tomorrow, but at least it yield what I was hoping: about 50 Arrays containing the pieces of Information I was looking for.
Thanks again, and until next time :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Regex keep matching the last possible match (but should get all)
by AnomalousMonk (Archbishop) on May 18, 2015 at 16:55 UTC | |
by aaron_baugher (Curate) on May 18, 2015 at 20:28 UTC |