<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: RegExReplace]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=12237</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12237&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: RegExReplace».]]></description>
		<lastBuildDate>Tue, 20 Dec 2016 21:26:17 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: RegExReplace]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=109961#p109961</link>
			<description><![CDATA[<p><strong>MandarinKa02</strong>, у нас название темы должно начинаться с префикса AHK, не надо туда приписывать [Решено].</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Tue, 20 Dec 2016 21:26:17 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=109961#p109961</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: RegExReplace]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=109959#p109959</link>
			<description><![CDATA[<p><strong>Malcev</strong>, Спасибо большое. Не думал что всё будет намного проще.</p>]]></description>
			<author><![CDATA[null@example.com (MandarinKa02)]]></author>
			<pubDate>Tue, 20 Dec 2016 20:53:42 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=109959#p109959</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: RegExReplace]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=109958#p109958</link>
			<description><![CDATA[<div class="codebox"><pre><code>var := &quot;&lt;sText1&gt;&lt;sText2&gt;&lt;&gt;&lt;sText4&gt;&quot;
Pos := 1, match := &quot;&quot;
While Pos := RegExMatch(var, &quot;&lt;(.*?)&gt;&quot;, match, Pos+StrLen(match))
   msgbox % match1
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Tue, 20 Dec 2016 20:37:30 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=109958#p109958</guid>
		</item>
		<item>
			<title><![CDATA[AHK: RegExReplace]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=109957#p109957</link>
			<description><![CDATA[<p>Есть строка &lt;sText1&gt;&lt;sText2&gt;&lt;sText3&gt;&lt;sText4&gt;. </p><p>Вынимаю из неё аргументы таким образом:</p><div class="codebox"><pre><code>
	iArgCount := iArgcCount-1
	Loop % iArgcCount ;Перед этим узнаваю сколько их
	{
		Arg%iArgCount% := RegExReplace(sMsg2, &quot;U)&lt;.*.?&gt;&quot;, &quot;&quot;,, iArgCount)
		msgbox, % Arg%iArgCount% iArgCount
		sMsg2:= StrReplace(sMsg2, Arg%iArgCount%,, All)
		iArgCount -= 1
	}</code></pre></div><p>Все работает при условии если аргумент не пустой, т.е. если в &lt;&gt; пустота, то он пропускает его. Не могу подкапаться, помогите.</p>]]></description>
			<author><![CDATA[null@example.com (MandarinKa02)]]></author>
			<pubDate>Tue, 20 Dec 2016 19:38:24 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=109957#p109957</guid>
		</item>
	</channel>
</rss>
