Function regex_syntax::unicode::bool_property

source ยท
fn bool_property(canonical_name: &'static str) -> Result<ClassUnicode, Error>
Expand description

Returns the Unicode HIR class corresponding to the given Unicode boolean property.

Name canonicalization is assumed to be performed by the caller.

If the given boolean property could not be found, or if the boolean property data is not available, then an error is returned.