<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: StringReplace]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11885&amp;type=atom" />
	<updated>2016-08-06T17:04:17Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11885</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: StringReplace]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106632#p106632" />
			<content type="html"><![CDATA[<p>Спасибо вам обоим.&nbsp; Вообще за всё,&nbsp; много раз выручали.&nbsp; <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[senyaonis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33915</uri>
			</author>
			<updated>2016-08-06T17:04:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106632#p106632</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: StringReplace]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106626#p106626" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong>, спасибо! )</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-08-06T15:14:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106626#p106626</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: StringReplace]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106625#p106625" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>text=/ban 6 за читы
MsgBox, % RegExReplace(text, &quot;/ban\s+\d+&quot;)</code></pre></div><p>Так?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-08-06T15:13:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106625#p106625</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: StringReplace]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106624#p106624" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>text=/ban 6 за читы
res := RegExReplace(text, &quot;/ban \d+ &quot;)
MsgBox % res</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2016-08-06T15:12:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106624#p106624</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: StringReplace]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106623#p106623" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>что вы понимаете под id?</p></blockquote></div><p>Число от 0 до 1000.</p>]]></content>
			<author>
				<name><![CDATA[senyaonis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33915</uri>
			</author>
			<updated>2016-08-06T15:06:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106623#p106623</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: StringReplace]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106622#p106622" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>senyaonis пишет:</cite><blockquote><p>всё что после /ban и id</p></blockquote></div><p>А что вы понимаете под id?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-08-06T14:35:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106622#p106622</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: StringReplace]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106621#p106621" />
			<content type="html"><![CDATA[<p>Здравствуйте, почему код ниже не работает?</p><div class="codebox"><pre><code>
text=/ban 6 за читы
RegExMatch(text, &quot;/ban (.*)&quot;, id)
StringReplace, res, text, /ban %id1% ,%A_Space%
MsgBox, %res%
</code></pre></div><p>В res должно попасть всё что после /ban и id, но там ничего..</p>]]></content>
			<author>
				<name><![CDATA[senyaonis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33915</uri>
			</author>
			<updated>2016-08-06T14:21:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106621#p106621</id>
		</entry>
</feed>
