ConstCreates a validator that asserts that the input string has at most the given maximum length.
The string must be at most this length.
Creates a validator that asserts that the input string has at least the given minimum length.
The string must be at least this length.
Creates a validator that asserts that the input is not empty.
Creates a validator that asserts that the input string has no whitespace characters. Whitespace characters include space, new line, carriage return, and tab.
Creates a validator that asserts that the input string matches the given regex.