Search Results

4
votes

Locate Pattern the Letter I followed by a space then three alpha numerics followed by a space

/I ([0-z]{3} \d{6} \d{7})/ I don't know VB, but that regex would work with say perl. Update: Given the new string provided.. something like this may work (depen …