Start by looking at String.matches(). If that will meet your needs, it
could save you a bit of work.
Owen Smith wrote:
Since you have a pretty exact idea of what surrounds the data that
you're looking for a bit of work with regular expressions (regexps)
should be enough to extract the data you want. There are a bunch of
packages you can use to provide regexp functionality. A bit of
searching with google should be enough to get you started.
HtH,
Owen
On 10/12/05, Graeme <[EMAIL PROTECTED]> wrote:
I am going to be using HTTPCLIENT to get the source of a web page and I am
hoping to be able to extract certain information from that webpage. It will
all be HTML and I am looking for all the information between these tags
<snipped HTML stuff>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]