<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=StrReplace</id>
		<title>StrReplace - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=StrReplace"/>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=StrReplace&amp;action=history"/>
		<updated>2026-05-26T00:17:36Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.soldat.pl/index.php?title=StrReplace&amp;diff=183&amp;oldid=prev</id>
		<title>Freeman: Created page with &quot;function StrReplace(Source, Search, Replace: string): string;    '''Parameter Info:'''   Source (String): Source string to be replaced   Search (String): Text to search   Repl...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=StrReplace&amp;diff=183&amp;oldid=prev"/>
				<updated>2012-08-15T11:42:13Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;function StrReplace(Source, Search, Replace: string): string;    &amp;#039;&amp;#039;&amp;#039;Parameter Info:&amp;#039;&amp;#039;&amp;#039;   Source (String): Source string to be replaced   Search (String): Text to search   Repl...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;function StrReplace(Source, Search, Replace: string): string;&lt;br /&gt;
 &lt;br /&gt;
 '''Parameter Info:'''&lt;br /&gt;
  Source (String): Source string to be replaced&lt;br /&gt;
  Search (String): Text to search&lt;br /&gt;
  Replace (String): Text to replace&lt;br /&gt;
 &lt;br /&gt;
 '''Description:'''&lt;br /&gt;
  This function returns a string with all occurrences of search in source replaced with the given replace value. &lt;br /&gt;
  This function isn't documented in the eC manual.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;pascal&amp;quot;&amp;gt;begin&lt;br /&gt;
    WriteLn(StrReplace('XMRIPPER', 'R', 'Y')); //This will write 'XMYIPPEY' to console.&lt;br /&gt;
end;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
[[Category:Server Scripting]][[Category:Server Scripting Functions]]&lt;/div&gt;</summary>
		<author><name>Freeman</name></author>	</entry>

	</feed>