menu
crystallis package
documentation
validators/regex.dart
RegEx
RegEx.new const constructor
RegEx.new const constructor
dark_mode
light_mode
RegEx
constructor
const
RegEx
(
String
pattern
)
Validator
that checks if a String value matches the given regex pattern.
Implementation
const RegEx(this.pattern);
crystallis package
documentation
validators/regex
RegEx
RegEx.new const constructor
RegEx class