Hi, Can any help me with forming this regular expression
Need to check for the values falling in this criteria and flag them. meaning if place this in validator.xml (Struts Framework), i should be able to check for the condition if form value doesnot belong to the below mentioned criteria return true.
N (numeric) (numeric) (numeric) (numeric) (numeric)
N (numeric) (numeric) (numeric) (numeric) (alpha)
N (numeric) (alpha) (anything in the last 3 characters)
NM (anything)
NY (anything)
NT (anything)
N (alpha or numeric) and ends with 1234
Thanks