jcpunk has asked for the wisdom of the Perl Monks concerning the following question:
I was brave enough to code up<tr align=right><td>/export/home3</td><td>308218</td><td>307200</td><t +d>308224</td><td>7.0 days</td><td>0</td><td>0</td><td>0</td><td>-</td +></tr>
in an attempt to match it,but it was for nothing as it does not. any hints towards fixing this, or alternate methods of getting the values out (including "-")would be excellent./.*?<tr align=right><td>(?:\/\w*?)+<\/td><td>(\d*?)<\/td><td>(\d*?)<\/ +td><td>(\d*?)<\/td><td>+?<\/td><td>(\d*?)<\/td><td>(\d*?)<\/td><td>(\ +d*?)<\/td>/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
break it down ( un-uglify )
by PodMaster (Abbot) on Mar 30, 2004 at 07:50 UTC | |
|
Re: ugly regex question
by matija (Priest) on Mar 30, 2004 at 09:07 UTC | |
|
Re: ugly regex question
by jweed (Chaplain) on Mar 30, 2004 at 07:40 UTC | |
|
Re: ugly regex question
by Tomte (Priest) on Mar 30, 2004 at 07:54 UTC | |
|
Re: ugly regex question
by kiat (Vicar) on Mar 30, 2004 at 08:17 UTC |