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