I need a RegEx to validate not "NONE"

Posted by Justin808 on Stack Overflow See other posts from Stack Overflow or by Justin808
Published on 2010-04-03T01:42:02Z Indexed on 2010/04/03 1:43 UTC
Read the original article Hit count: 432

Filed under:

I have a text field and am looking to have if be valid for all values other than "NONE" without the quotes. I know a comparison would be easy but the system I am using only validates via RegEx expressions. What would the RegEx expression be for it?

© Stack Overflow or respective owner

Related posts about regex