# Matches if the string contains a sequence # of 1 or more lowercase letters $str =~ /[a-z]+/