alphaCharsRegex top-level property

RegExp alphaCharsRegex
final

Recognizes all alphabet characters

Implementation

final RegExp alphaCharsRegex = RegExp(r'[a-zA-Z]');