Depending on the regex engine, programming language and the hardware platform you are using, then either
^[a-z]{3,}$
or
^[a-z]{3,}\r$
with the 'multiline' and 'ignore case' options set should do the trick.
If not, then please read the posting guidelines and provide us with the additional information and what is not working.
Susan