toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
compose-auth-ui
/
io.github.jan.supabase.compose.auth.ui
/
FormValidator
Form
Validator
fun
interface
FormValidator
(
source
)
FormValidator interface used to validate text fields.
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
validate
Link copied to clipboard
abstract
fun
validate
(
value
:
String
)
:
Boolean
Validates the given
value
.