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

@@ -5,7 +5,7 @@
*/
/*
* Copyright (c) 2012, Tomasz Sowa
* Copyright (c) 2012-2018, Tomasz Sowa
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -40,6 +40,7 @@
#include "inttostr.h"
#include "patternreplacer.h"
#include "strtoint.h"
#include "text.h"