Dear All,
My text field should accept only the following values.
AlphaNumeric[A-Z a-z 0-9]
Numeric[0-9]
& it shouldn't accept only alphabets. it should be either combination of alphanumeric or numeric.
Can i have regular expression for this to validate my field?
Thanks in Advance.