I need to locate all strings in a large text document which includes 3 letters and 3 numbers such as: FPV003
But there are hundreds of different strings of such type in-between regular text,
I've tried Regex, but cant get it to work,
How do I locate these 6 charactered strings consisting of 3 random numbers and 3 random letters.