in reply to Re: html parsing
in thread html parsing
Solutions that use regular expressions to parse HTML will never be voted higher than those that actually use a parser. Also your assignment is very low value because it explicitly uses $1 when you could have instead captured the value directly (and safer too).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: html parsing
by shmem (Chancellor) on Mar 22, 2017 at 15:40 UTC | |
by Anonymous Monk on Mar 22, 2017 at 15:51 UTC |