Function regex_syntax::unicode::is_word_character
source ยท 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.