Skadi.d Web Framework Validation Component
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.
See Source File
Faianca
Copyright (c) 2015 Faianca
MIT License, see LICENSE
Skadi.d Web Framework Validation Component