[UPHPU] Regex help.

Ash ashovi at qwest.net
Fri Jan 30 14:03:01 MST 2009


Craig Jackson wrote:
> Ash,
> 
> You need to keep the brackets around the pattern: [^A-Za-z]
> 
> The brackets basically tell it to find a character with a range of
> characters inside itself. The ^ = NOT. So, it is looking for any
> character that is NOT A-Z or a-z and replaces with those with the
> second parameter.
> 
> Craig
> 

Oh, yah, I put those back too. Sorry. Any other ideas?

Ash	


More information about the UPHPU mailing list