Expand description
Look up the general category for a character.
§Example
use unicode_general_category::{get_general_category, GeneralCategory};
assert_eq!(get_general_category('A'), GeneralCategory::UppercaseLetter);
Enums§
Constants§
- The version of Unicode that this version of unicode-general-category was generated from.
Functions§
- Look up the general category for a character.