if(util.match("/timestamp=\"\\d{10,13}\"/", in)) { return util.substitute("s/timestamp=\"\\d{10,13}\"/timestamp=\"XXX\"/", in); } else { return in; }