Regex - mfichman/jogo GitHub Wiki
Regex::Span
A range of characters matched by a regex or a subgroup, starting from the index of the first character matched and ending at 1+ the index of the last character matched
Regex::Match
Contains regular expression match and submatch locations
Regex::Regex
A compiled representation of a regular expression