Searching for a pattern?
I'm trying to write an application that will search through a HTML pages code, look for tags and pluck out some text to be further processed.
I've been doing this using Strings and the substring method, however this gives me problems when the text I'm looking through are on several lines.
Isn't there way to search for a pattern containing wildcards? For instance
{*}<td>{1st text item}</td>{*}style='border:0px;margin-top:3px{2nd text item}<a*>

