A trim with a delimeter?

I'm attempting write a program which reads what's inside of quotes andthen break the sentences down and I'm stuck on part of it. Is there a object or something I can use that does a trim() function that has I can set as a delimeter?
[242 byte] By [davegelha] at [2007-11-26 18:50:42]
# 1
Take a look at the Stringtokenizer class in the Java API.
kikemellya at 2007-7-9 6:24:45 > top of Java-index,Java Essentials,New To Java...