pub fn is_word_character(c: char) -> Result<bool, UnicodeWordError>Expand description
Returns true only if the given codepoint is in the \w character class.
If the unicode-perl feature is not enabled, then this returns an error.
pub fn is_word_character(c: char) -> Result<bool, UnicodeWordError>Returns true only if the given codepoint is in the \w character class.
If the unicode-perl feature is not enabled, then this returns an error.