2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-30 08:50:51 +00:00
qpdf/qpdf/qtest/qpdf/filter-attachment-date.pl
2022-05-30 20:03:08 -04:00

9 lines
80 B
Perl

use warnings;
use strict;
while (<>)
{
s/D:\d{14}\S+/<date>/;
print;
}