Need help narrowing the scope of this Regex to not return records if there is an alphanumeric character preceding the first "I"
"I([ ]{1,2})([a-zA-Z]|\d){2,13}"
Want to capture I APF From this string, but not the I ARPT.
I APF 'NAPLES MUNI ARPT. ' 42894 JEB 29785584
Thanks!