I have a text field (for names) wich must allow all characters, except latin numbers, is this possible?
I can't think of a regex for this
thanks
I have a text field (for names) wich must allow all characters, except latin numbers, is this possible?
I can't think of a regex for this
thanks
You can add a key up event handler to the text field and run a replace using the regex that zombiegx mentioned.