Serah [~Z@87.72.35.ns-26506] has quit [Quit: Don't try to read the quit message, that is impossible. Instead only realize the truth; "there is no quit message" and you will see it is not you who read the quit message but the quit message who reads you.]
I'm trying to parse a generated webpage for certain info. Is it better to write one MASSIVE regexp for the whole thing with lots of capture groups or write a number of different ones matching off $' each time?