menu
glorysoft_mobile_plugin package
documentation
tool/utils/regex_util.dart
RegexUtil
regexChinaPostalCode property
regexChinaPostalCode property
dark_mode
light_mode
regexChinaPostalCode
property
String
regexChinaPostalCode
final
Regex of postal code in China.
Implementation
static final String regexChinaPostalCode = "[1-9]\\d{5}(?!\\d)";
glorysoft_mobile_plugin package
documentation
tool/utils/regex_util
RegexUtil
regexChinaPostalCode property
RegexUtil class