if ($string =~ /^[a-z]+$/) { # we have a string of at least one character of the range a-z }