Ok,
I need a regex for the following pattern:
-Total of 5 characters (alpha and numeric, nothing else).
-first character must be a letter (A,B,C only)
-the remaining 4 characters can be number or letter.
clarifcation: the first letter can only be A,B, or C. Example: A1234 is valid but D1234 is invalid.