I am trying to validate the first name and last name.
private static final Pattern FirstName = Pattern.compile( "^[A-Za-z]{2,}$" ); private