Hello.
I want to find all the words in my document that have only 3 characters.
This regulae expression:
[a-z]{3,}
also finds words that have more than 3 characters; But I want to find only words that have 3 characters, not more than 3 characters.