glRegExp property
RegExp for the French language Language has code => LanguageCode.fr RegExp for the Galician language Language has code => LanguageCode.gl
Implementation
/// RegExp for the Galician language
/// Language has code => [LanguageCode.gl]
static final RegExp glRegExp = RegExp(r'[a-zA-ZáéíóúüñÁÉÍÓÚÜÑ\s]');