String replacement
- Last UpdatedJul 26, 2024
- 1 minute read
Strings can be replaced within a SmartSymbol instance. String replacements are case sensitive and the entire source string must match. Multiple string replacement elements can be used within a single SmartSymbol element.
<StringReplace>
<FIND>
<![CDATA[Open]]>
</FIND>
<REPLACE>
<![CDATA[Off]]>
</REPLACE>
</StringReplace>
<StringReplace>
<FIND>Open</FIND>
<REPLACE>Off</REPLACE>
</StringReplace>