Yeah, I didn't actually try the regex... thanks for the correction.

On Jan 21, 2008 3:49 PM, Ben Doom <[EMAIL PROTECTED]> wrote:

> \s* is probably not what you want.  * means "0 or more" so it would
> insert a space between every character.  I would use \s+ or \s{2,}
> instead.
>
> --Ben Doom
>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297041
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to