Working with javascript / jquery - Need to have a more precise regex for the following pattern:
Should I have the ignore case included? If so where?
X25b777s44K
The regex I have:
^([A-Z]?)(\d{2})([a-z]?)(\d{3})([a-z]?)(\d{2})([A-Z]?)$
Thank you for your help.