regex_syntax::unicode

Function property_values

Source
fn property_values(
    canonical_property_name: &'static str,
) -> Result<Option<&'static [(&'static str, &'static str)]>, Error>
Expand description

Return the table of property values for the given property name.

If the property values data is not available, then an error is returned.