SIVA

SIVA

  • NA
  • 742
  • 699.8k

Regular Expression for Alpha numeric & Numeric

Jul 25 2012 6:39 AM

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.

Answers (1)