Can't remove extraneous spacing.
Can't remove extraneous spacing.
- Subject: Can't remove extraneous spacing.
- From: Eric Stewart <email@hidden>
- Date: Tue, 27 Sep 2005 21:43:24 -0400
I've got a web application that is receiving input and I'm having to
clean the input before it goes into a database.
The problem I'm having is that somehow extra spaces between words are
making it into the database.
I'm using the following code to remove all extra spaces:
value = value.replaceAll("\\s+", " ");
But some how input is still making it into the database that is more
than 1 space between words.
Any thoughts?
Eric Stewart
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden