Function regex_syntax::is_word_byte
source · 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]’.
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]’.