RegExp Conundrum

James Wondrasek (jimmy@nospam.socs.uts.edu.au)
Wed, 26 Jun 1996 15:14:32 +1000 (EST)

How would one specify a regular expression to extract the alt paramater from
an img tag
in html? I keep falling into the "find the longest possible match" hole that
regular
expressions provide, either from trying to find matches between double
quotes or between
opening and closing <>'s, whenever there were multiple tags in the file.

Well?

jimmy

ps Anyone know the location of an html parser? C++ preferred, but C
accepted. There's
probably a Java one around, no?