toggle menu
exkt
1.4.3
common
switch theme
search in API
exkt-konform
/
dev.d1s.exkt.konform
Package-level
declarations
An Exkt module providing handy utilities for Konform validation framework.
Functions
Functions
is
Blank
Link copied to clipboard
fun
ValidationBuilder
<
String
>
.
isBlank
(
)
:
Constraint
<
String
>
is
Empty
Link copied to clipboard
fun
ValidationBuilder
<
String
>
.
isEmpty
(
)
:
Constraint
<
String
>
is
Not
Blank
Link copied to clipboard
fun
ValidationBuilder
<
String
>
.
isNotBlank
(
)
:
Constraint
<
String
>
is
Not
Empty
Link copied to clipboard
fun
ValidationBuilder
<
String
>
.
isNotEmpty
(
)
:
Constraint
<
String
>
matches
Link copied to clipboard
fun
ValidationBuilder
<
String
>
.
matches
(
regex
:
Regex
)
:
Constraint
<
String
>