eed help cleaning strings
Posted: Wed Nov 15, 2006 9:06 pm
Ok, i promise i will learn REGEX soon.
I need to clean strings so only A-Z a-z and 0-9 stay on the string, the remain characters will be replaced by spaces or underscores.
is there anyway of doing this using regex or should i loop the string character by character and check if it«s valid?
I need to clean strings so only A-Z a-z and 0-9 stay on the string, the remain characters will be replaced by spaces or underscores.
is there anyway of doing this using regex or should i loop the string character by character and check if it«s valid?