no special charactors
Posted: Fri Jul 16, 2010 11:56 pm
Hi all,
i have the expression that works well, but doesn't allow for spaces in the text. Does anyone know how I can fi this?
I don't know regex well at all. Hoping its an easy one!
Cheers,
Doug
i have the expression that works well, but doesn't allow for spaces in the text. Does anyone know how I can fi this?
Code: Select all
/^[0-9a-zA-Z]+$/Cheers,
Doug