I had a need to validate 7 digit part numbers consisting of 2 characters followed by 1 to 5 numbers. This expression tests for both the characters and at least one non-zero number. Spaces are not allowed. It should be easy to modify to different length numbers |