Hi! every java fan
I have met such a problem.
I would like to find the string in a setence and mark it to red.
I use stringTokenizer(inputstr,str) to get the point and mark it .
but it seems that it will split the str into every char and check it.
for example: the setence
good health medi
it will become
 good hmedialth medi
 I want check the whole word ?
 How can I ?



Best regards,
 fan                            mailto:[EMAIL PROTECTED]

___________________________________________________________________________
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

Reply via email to