toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
ui
/
ru.sydis.ui.core.validator.rule.string
/
CustomRegexValidator
Custom
Regex
Validator
class
CustomRegexValidator
(
regex
:
Regex
,
errorMessage
:
String
)
:
Validator
Members
Constructors
Custom
Regex
Validator
Link copied to clipboard
constructor
(
regex
:
Regex
,
errorMessage
:
String
)
Functions
validate
Link copied to clipboard
open
override
fun
validate
(
value
:
Any
?
)
:
ValidationResult