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