I want to write a regex which returns true if first n characters are numeric and only the last character is alphabet(single-capital-char.) and n could be any value.
W