> I urgently need methods like split() [not only a split by a single character
> token, but a split with a string as token] or
> some decent replace() and all the "string-stuff" you need to build dynamic
> database queries, HTML pages etc.
someone else responded with the gnu regex package...there is also a package
from www.oroinc.com...
also, things like split are implemented in
java...java.util.StringTokenizer...it is pretty powerful.
as for replace...i would go with a regex package, but implemeting this on
your own would be pretty easy as well. ;-)
i hope that helps,
-jon
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html