regular expression for indian vehicle number
- by I Like PHP
i need validation for indian vehicle NUMBER
here are condition list
let expression is (x)(y)(z)(m)(a)(b)(c)
1. (x) contains only alphabets of length 2.
2. (y) may be - or single space ' '
3. (z) contains only numbers of length 2
4. (m) may be or , or single space ' '
5. length of (a) can be 2 or 3. contains alphanumeric value
…