|
malikai3k Beginner
Joined: 24 Dec 2004 Posts: 14 Location: Brisbane, Australia
|
Posted: Sun Jul 31, 2005 4:34 am
strip non-alpha chars |
Hmm can't seem to find the command to strip non-alpha characters from a string, can anyone point me in the right direction
|
|
|
|
Dharkael Enchanter
Joined: 05 Mar 2003 Posts: 593 Location: Canada
|
Posted: Sun Jul 31, 2005 11:15 am |
Code: |
%subregex('this123 string _ has non-alpha[chars]','[^A-Za-z]') |
That should do do the trick. |
|
_________________ -Dharkael-
"No matter how subtle the wizard, a knife between the shoulder blades will seriously cramp his style." |
|
|
|
malikai3k Beginner
Joined: 24 Dec 2004 Posts: 14 Location: Brisbane, Australia
|
Posted: Wed Aug 03, 2005 6:47 am |
thanks :)
|
|
|
|
|
|