Hello,
I am looking to create a validation for a text entry. It is always 8 characters long, starting with a letter. However, it will either be one of the following:
- 1 letter and 7 numbers (e.g., A1234567)
- 2 letters and 6 numbers (e.g., AB123456)
- 3 letters and 5 numbers (e.g., ABC12345)
- 4 letters and 4 numbers (e.g., ABCD1234)
I tried a few options, but none seemed to work. Any help would be greatly appreciated! Thank you in advance.