From the manual:
 
6.4.19 RewriteUsername
 
# Remove any spaces from a username
RewriteUsername s/\s+//g
 
If you just want to get rid of leading spaces then try this:
 
RewriteUsername                        s/^\s+(.*)$/$1/
 
Steve
 
----- Original Message -----
Sent: Wednesday, September 10, 2003 9:33 AM
Subject: (RADIATOR) Leading spaces

Hi,

 

Is there an easy way to remove leading spaces from the username?

 

Tx,

 

Herman verschooten

Reply via email to