# File lib/ruote/util/filter.rb, line 243
    def adjust_target(target, matches)

      target.gsub(/\\\d+/) { |digit| matches[digit.to_i - 1] rescue '' }
    end