We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c34501 commit 9641c14Copy full SHA for 9641c14
Quick.Template.pas
@@ -1,13 +1,13 @@
1
{ ***************************************************************************
2
3
- Copyright (c) 2016-2020 Kike Pérez
+ Copyright (c) 2016-2022 Kike Pérez
4
5
Unit : Quick.Template
6
Description : String Replace Templates
7
Author : Kike Pérez
8
Version : 2.0
9
Created : 01/04/2020
10
- Modified : 30/06/2020
+ Modified : 31/03/2022
11
12
This file is part of QuickLib: https://github.com/exilon/QuickLib
13
@@ -106,6 +106,7 @@ function TStringTemplate.Replace(const aTemplate : string) : string;
106
begin
107
//resolve template
108
Result := '';
109
+ st := 0;
110
idx := 1;
111
repeat
112
st := aTemplate.IndexOf(fQuoteBegin,st) + 1;
0 commit comments