Module regex::expand [−][src]
Structs
CaptureRef |
|
Enums
Ref |
A reference to a capture group in some text. |
Functions
expand_bytes | |
expand_str | |
find_cap_ref |
Parses a possible reference to a capture group name in the given text,
starting at the beginning of |
is_valid_cap_letter |
Returns true if and only if the given byte is allowed in a capture name. |