menu
folly_fields package
documentation
validators/licence_plate_validator.dart
LicencePlateValidator
strip method
strip method
dark_mode
light_mode
strip
method
@
override
String
?
strip
(
String
?
value
)
override
Implementation
@override String? strip(final String? value) => value?.replaceAll(RegExp('[^A-Z0-9]'), '');
folly_fields package
documentation
validators/licence_plate_validator
LicencePlateValidator
strip method
LicencePlateValidator class