Hello all.
I need some help regarding regular expression.
I'm creating a form in which there is field which should be filled by 10 character long alpha-numeric value.
Now I want to check whether that is in correct order or not. But I'm unable to create any regular expression to check that.
In that character the first five character should be alpha, then the next 4 character should be numeric and the last one should be again an alpha.
Please help me.







Bookmarks