Hi all
I am needing to parse an alpha num string for validation. 😕
The string needs to always begin with one (1) alpha character (A - L only) then be followed by eight (8) numerical characters (0 - 9) and then end with one (1) alpha character (A - Y but not allow the O).
If the string is not in this format I need to kick it back to the form for the user to fix the string.
Any ideas on the best way to validate this type of string.
Thanks in advance for any and all help.
John 😃