Validation Rule check for at least 2 letters in a string Posted on September 29, 2015 by Bcc NOT( REGEX ( Field_NAMEĀ , “^(.*?[a-zA-Z]){2,}.*$” ) ) This entry was posted in Development. Bookmark the permalink.