hasCapitalLetter property
bool
get
hasCapitalLetter
Checks if the string contains at least one capital letter.
Implementation
bool get hasCapitalLetter => hasMatch(regexHasCapitalLetter);
Checks if the string contains at least one capital letter.
bool get hasCapitalLetter => hasMatch(regexHasCapitalLetter);