J
Jami
How i can define regular expression for following cases
A100123456, 1B00345787
1- here i want first two charcters as alphanumeric
2- next two characters must be 00 (zero)(zero)
3- next six characters must be numeric 0-9
what will be the regular expression for the above
Regards,
Jami
A100123456, 1B00345787
1- here i want first two charcters as alphanumeric
2- next two characters must be 00 (zero)(zero)
3- next six characters must be numeric 0-9
what will be the regular expression for the above
Regards,
Jami