added to convert: PatternReplacer

for replacing parameters in patterns e.g. Replace("param %0", "first param")




git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@1163 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2019-01-07 03:29:34 +00:00
parent 6c4a76baad
commit e9df044f9e
9 changed files with 191 additions and 28 deletions

View File

@@ -1,4 +1,3 @@
# DO NOT DELETE
date.o: date.h ../convert/convert.h ../convert/inttostr.h
date.o: ../convert/strtoint.h ../convert/text.h ../convert/misc.h
date.o: date.h ../convert/inttostr.h

View File

@@ -40,7 +40,8 @@
#include <ctime>
#include <string>
#include "convert/convert.h"
#include "convert/inttostr.h"
namespace PT