skadi.components.validation.validators.stringlength

Skadi.d Web Framework Validation Component

Members

Classes

StringLength
class StringLength
Undocumented in source.

Structs

StringOptions
struct StringOptions

Validates that a string has the specified maximum and minimum constraints The test is passed if for a string's length L, min<=L<=max, i.e. L must be at least min, and at most max.

Meta

Authors

Faianca

License

MIT License, see LICENSE