core
0.21.0
js
core
/
de.peekandpoke.kraft.addons.forms.validation.strings
/
notBlank
not
Blank
js
fun
<
T
:
CharSequence
?
>
notBlank
(
message
:
(
T
)
->
String
)
:
Rule
<
T
>
Content copied to clipboard
fun
<
T
:
CharSequence
?
>
notBlank
(
message
:
String
=
"Must not be blank"
)
:
Rule
<
T
>
Content copied to clipboard