<?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=RegExpReplace</id>
		<title>RegExpReplace - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=RegExpReplace"/>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=RegExpReplace&amp;action=history"/>
		<updated>2026-05-26T00:18:06Z</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=RegExpReplace&amp;diff=78&amp;oldid=prev</id>
		<title>Freeman: Created page with &quot;===From the Scripting Manual===  ''function RegExpReplace(Pattern, Source, ReplaceText: string; UseSubstitution: boolean): string;''    '''Parameter Info:'''   Pattern (String...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=RegExpReplace&amp;diff=78&amp;oldid=prev"/>
				<updated>2012-08-15T09:03:02Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;===From the Scripting Manual===  &amp;#039;&amp;#039;function RegExpReplace(Pattern, Source, ReplaceText: string; UseSubstitution: boolean): string;&amp;#039;&amp;#039;    &amp;#039;&amp;#039;&amp;#039;Parameter Info:&amp;#039;&amp;#039;&amp;#039;   Pattern (String...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===From the Scripting Manual===&lt;br /&gt;
 ''function RegExpReplace(Pattern, Source, ReplaceText: string; UseSubstitution: boolean): string;''&lt;br /&gt;
 &lt;br /&gt;
 '''Parameter Info:'''&lt;br /&gt;
  Pattern (String): ''A POSIX extended regular expression.''&lt;br /&gt;
  Source (String): ''Source string to be replaced''&lt;br /&gt;
  ReplaceText (String): ''If RegularExpression contains parenthesized substrings replacement may contain substrings of the form \\digit which will be replaced by the text matching the digit'th parenthesized substring; \\0 will produce the entire contents of string. Up to nine substrings may be used. Parentheses may be nested, in which case they are counted by the opening parenthesis.''&lt;br /&gt;
 &lt;br /&gt;
 '''Description:'''&lt;br /&gt;
  This function scans Source for matches to Pattern, then replaces the matched text with ReplaceText&lt;br /&gt;
  To be honest, I have no clue how regexp strings work... &lt;br /&gt;
  A friend requested regexp support so here it is. &lt;br /&gt;
  Google is your friend if you need help with this.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* [http://enesce.com/help/index.html?Functions/RegExpReplace.html Scripting Manual page for RegExpReplace]&lt;br /&gt;
&lt;br /&gt;
[[Category:Server Scripting]][[Category:Server Scripting Functions]]&lt;/div&gt;</summary>
		<author><name>Freeman</name></author>	</entry>

	</feed>