# File lib/facet/matchdata/match_from.rb, line 32
  def post_match_from(n=0)
    return post_match if n == 0
    n = length + n if n < 0
    downfrom = offset(n)[1] - 1
    "#{match[downfrom..-1]}#{post_match}"
  end