<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: шаблон]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=6276</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=6276&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: шаблон».]]></description>
		<lastBuildDate>Sat, 01 Oct 2011 17:37:22 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: шаблон]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=52072#p52072</link>
			<description><![CDATA[<p><strong>Александр_</strong><br />Именно так). Спасибо.</p>]]></description>
			<author><![CDATA[null@example.com (Вадим)]]></author>
			<pubDate>Sat, 01 Oct 2011 17:37:22 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=52072#p52072</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: шаблон]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=52070#p52070</link>
			<description><![CDATA[<div class="quotebox"><cite>Вадим пишет:</cite><blockquote><p>Есть переменная x, ее значение &quot;stopgame.ru/download/17107/chaos_legion/8_trainer.html&quot;<br />Как переменной y присвоить значение &quot;chaos_legion&quot;. Т.е. создать шаблон.<br />Можно сделать через StringMid, но бывает вместо &quot;8&quot; двузначные числа.</p></blockquote></div><p>Если я правильно понял, то нужно выделить подстроку из &quot;обычных&quot;(буквы английского алфавита, цифры и нижний слэш) символов, слева от которой слэш, а справа слэш, потом 1-2 цифры и нижний слэш. Если так, то:<br /></p><div class="codebox"><pre><code>x:=&quot;stopgame.ru/download/17107/chaos_legion/8_trainer.html&quot;
RegExMatch(x, &quot;/(\w*)/\d{1,2}_&quot; , x)
msgbox %x%`n%x1%</code></pre></div><p>в переменной x1 искомая подстрока, в x весь шаблон.</p>]]></description>
			<author><![CDATA[null@example.com (Александр_)]]></author>
			<pubDate>Sat, 01 Oct 2011 17:24:02 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=52070#p52070</guid>
		</item>
		<item>
			<title><![CDATA[AHK: шаблон]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=52068#p52068</link>
			<description><![CDATA[<p>Есть переменная x, ее значение &quot;stopgame.ru/download/17107/chaos_legion/8_trainer.html&quot;<br />Как переменной y присвоить значение &quot;chaos_legion&quot;. Т.е. создать шаблон.<br />Можно сделать через StringMid, но бывает вместо &quot;8&quot; двузначные числа.</p>]]></description>
			<author><![CDATA[null@example.com (Вадим)]]></author>
			<pubDate>Sat, 01 Oct 2011 16:30:51 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=52068#p52068</guid>
		</item>
	</channel>
</rss>
