Function adequate::validation::length::within

source ·
pub fn within(r: Range<usize>) -> Box<Validator>
Expand description

Check if the given string has length in a range of start (inclusive) .. end (exclusive).