class Syntax::Tokenizer

def subgroup(n)

Access the n-th subgroup from the most recent match.
def subgroup(n)
  @text[n]
end