|
|
Browse by Tags
All Tags » html » DOM
-
By
far the most common request I see in people wanting regex help is
someone wanting to use a regex to parse HTML. Generally I ignore those
questions. If I do respond, my response is “Don’t use a regex to parse
HTML. Use the HTML DOM” Same is true for XML, with the XML DOM, but doing it for HTML is even ...
|
|
|