Thread
:
how to remove whitespaces in a text
View Single Post
#
2
(
permalink
)
07-31-2007, 08:07 PM
brianhks
Senior Member
Join Date: Jul 2007
Posts: 134
Use String.replaceAll() and pass a regular expression for the first param that specifies all whitespace.
brianhks
View Public Profile
Send a private message to brianhks
Find all posts by brianhks