Skip to main content

validate_icu

Function validate_icu 

Source
pub fn validate_icu(input: &str) -> Result<(), IcuParseError>
Expand description

Validates ICU MessageFormat input without returning the parsed AST.

ยงErrors

Returns crate::IcuParseError when the input is malformed.