I have a problem to solve:
I need to match every word which has less than 4 characters expect word i,j,k and pom.I made reg exp which finds all words where the size is less than 4 - [a-zA-Z]{1,3} but i dont know how to exclude i,j,k and pom. And i need to do it in one reg exp.
Thanks a lot for the answers