-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathalefragnani.String.StringReplace.xml
More file actions
30 lines (30 loc) · 878 Bytes
/
alefragnani.String.StringReplace.xml
File metadata and controls
30 lines (30 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8" ?>
<codetemplate xmlns="http://schemas.borland.com/Delphi/2005/codetemplates"
version="1.0.0">
<template name="stringrpl" surround="true" invoke="manual">
<description>
StringReplace all occurrences
</description>
<author>
Alessandro Fragnani
</author>
<point name="Variable">
<text>Variable</text>
<hint>Variable Name</hint>
</point>
<point name="This">
<text>This</text>
<hint>Replace This String</hint>
</point>
<point name="That">
<text>That</text>
<hint>For That String</hint>
</point>
<point name="Options">
<text>rfReplaceAll, rfIgnoreCase</text>
<hint>Replace Options</hint>
</point>
<code language="Delphi" delimiter="|"><![CDATA[StringReplace(|Variable|, '|This|', '|That|', [|Options|]);|*||end|]]>
</code>
</template>
</codetemplate>