Skip to main content

validate_input_text

Function validate_input_text 

Source
pub fn validate_input_text(
    input_text: &str,
    case_strategy: CaseStrategy,
    alphabet: &[char],
    preserve_whitespaces: bool,
    preserve_other_characters: bool,
) -> Result<(), ValidateInputTextError>
Expand description

Function that validates input text