menu
get_clean package
documentation
template_files/lib/design/constant/regx.dart
RegexPatterns
alphanumericWithSpaces property
alphanumericWithSpaces property
dark_mode
light_mode
alphanumericWithSpaces
property
RegExp
alphanumericWithSpaces
final
Alphanumeric with spaces
Implementation
static final RegExp alphanumericWithSpaces = RegExp(r'^[a-zA-Z0-9\s]+$');
get_clean package
documentation
template_files/lib/design/constant/regx
RegexPatterns
alphanumericWithSpaces property
RegexPatterns class