I have a text file that includes a lot of rows. I want to filer out all the rows that begin with three letters. For example,
B12821392073
IPS 323231233
B31238920382
IPT 123289328
CES 31231232
I want to get "IPS 323231233", "IPT 123289328" and "CES 31231232".
Since this is a text file, I assume RegEx + Filter tool combination is needed.