Function is_valid_cap_letter

Source
fn is_valid_cap_letter(b: u8) -> bool
Expand description

Returns true if and only if the given byte is allowed in a capture name written in non-brace form.