Best way of searching for tags in a long piece of text?

Hello,

I'm searching through a long piece of text and looking for a certain tag each time, at the moment I'm adding each character from the stream onto a string and looking at the end of the string to see if it is what I'm looking for, unfortunately this is very slow.

What other better methods are there that could speed up this process?

Thanks

[373 byte] By [Unconditionala] at [2007-11-26 17:49:44]
# 1
http://www.google.com/search?num=100&hl=en&c2coff=1&q=efficient+text+search+in+java
ChuckBinga at 2007-7-9 5:02:13 > top of Java-index,Java Essentials,Java Programming...