Documentation

min()

Validates that the string has at least the specified number of characters.

min(length: number, error?: StringConvertible): this;

Parameters

Return value

This builder, for chaining.

Related