Function regex_syntax::unicode::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.