how to restrict textinput to accept all (including special characters) except numbers?

Posted by zombiegx on Stack Overflow See other posts from Stack Overflow or by zombiegx
Published on 2010-04-13T18:39:52Z Indexed on 2010/04/13 18:43 UTC
Read the original article Hit count: 296

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about flex