Function regex_syntax::is_word_byte

source ·
pub fn is_word_byte(c: u8) -> bool
Expand description

Returns true if and only if the given character is an ASCII word character.

An ASCII word character is defined by the following character class: [_0-9a-zA-Z].