Ejemplo n.º 1
0
 private static bool ReplaceMatch(Interpreter interpreter, Source source, Stringe tagname, Argument[] args)
 {
     interpreter.Print(interpreter.GetMatchString());
     return(false);
 }