Currently this expression "I ([a-zA-z]\d]{3} "
returns when the following pattern is true:
I AAA I Z99
I need to modify this so it will return a range of alphanumerics after the I from 2 to 13 that do not have a space.
Example:
I AAA I A321 I ASHG310310
Thanks,
Dave