Function validate_input_format

Source
pub fn validate_input_format(
    input: &str,
    max_length: usize,
    allow_special: bool,
) -> Result<(), String>
Expand description

Validate input length and format