StringSchemaExt extension
- on
Methods
-
isEmail(
) → SchemaValue< String> -
Available on SchemaValue<
String> , provided by the StringSchemaExt extension -
isEmpty(
) → SchemaValue< String> -
Available on SchemaValue<
String> , provided by the StringSchemaExt extension -
isHexColor(
) → SchemaValue< String> -
Available on SchemaValue<
String> , provided by the StringSchemaExt extension -
isPosixPath(
) → SchemaValue< String> -
Available on SchemaValue<
String> , provided by the StringSchemaExt extension -
maxLength(
int max) → SchemaValue< String> -
Available on SchemaValue<
String> , provided by the StringSchemaExt extension -
minLength(
int min) → SchemaValue< String> -
Available on SchemaValue<
String> , provided by the StringSchemaExt extension