Hint araç SAYISI için, düzenli bir JavaScript ifade yanı sıra, PHP gerekir.
Burada şartlar listesi:
(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. (a) must be one or two alphanumeric followed by an alpha.
6. (b) must be identical to (y).
7. (c) contains only numbers of length 4.
Burada geçerli araç sayılarının bazı örnekler:
- RJ-14, NL-1234
- RJ-01, 4M-5874
- RJ-07, 14M-2345
- RJ 07,3 M 2345
- RJ-07, 3M-8888
- RJ 07 4M 2345
- RJ 07,4 M 2933
ve (bir nedenle) bazı geçersiz olanlar:
- RJ-07 3M 1234 ((y her ikisi de) ve (b) aynı olması gerekmektedir.)
- RJ-07 M3-1234 ((a) zorunluluktur alfabe ile biter).
- rj-07 3M-123 ((c uzunluğu) 4 olmalıdır.)