Crate spinoso_regexp[−][src]
Structs
ArgumentError | Error that indicates an argument parsing or value logic error occurred. |
Config | |
Debug | |
Flags | |
InvalidEncodingError | |
Options | Configuration options for Ruby Regexps. |
RegexpError | Error that indicates a |
Source | |
SyntaxError | Error that indicates a given |
Enums
Encoding | The encoding of a Regexp literal. |
Error | Sum type of all errors possibly returned from |
RegexpOption | The state of a Regexp engine flag in |
Constants
HIGHEST_MATCH_GROUP | The highest group matched by the last successful match. |
LAST_MATCH | The information about the last match in the current scope. |
LAST_MATCHED_STRING | The string matched by the last successful match. |
STRING_LEFT_OF_MATCH | The string to the left of the last successful match. |
STRING_RIGHT_OF_MATCH | The string to the right of the last successful match. |
Functions
nth_match_group | Global variable name for the nth capture group from a |