private static bool ReplaceMatch(Interpreter interpreter, Source source, Stringe tagname, TagArg[] args)
 {
     interpreter.Print(interpreter.GetMatchString());
     return false;
 }