<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: RegExMatch() и переменные]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=11881</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11881&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: RegExMatch() и переменные».]]></description>
		<lastBuildDate>Sat, 24 Dec 2016 22:30:16 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: RegExMatch() и переменные]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=110118#p110118</link>
			<description><![CDATA[<p>У меня есть очень похожий ответ:<br />&nbsp; Знаки процентов не нужны.</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Sat, 24 Dec 2016 22:30:16 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=110118#p110118</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: RegExMatch() и переменные]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=110117#p110117</link>
			<description><![CDATA[<p><strong>teadrinker</strong><br />У меня похожая проблема!! Но мне нужно чтобы второй параметр был из переменной, покажу на этом же примере:</p><div class="codebox"><pre><code>Per = &quot;abc(.*)def&quot;
Var = &quot;abc123def&quot;
RegExMatch(Var, %Per%, tempVar)</code></pre></div><p>Или вот такой пример:</p><div class="codebox"><pre><code>Per = 75
mouseXY(0,%Per%,50)</code></pre></div><p>Как в этих примера сделать чтобы RegExMatch или тот же mouseXY адекватно воспринимали переменную в качестве второго параметра?</p>]]></description>
			<author><![CDATA[null@example.com (eavolkov89)]]></author>
			<pubDate>Sat, 24 Dec 2016 21:44:09 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=110117#p110117</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: RegExMatch() и переменные]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=106614#p106614</link>
			<description><![CDATA[<p>Знаки процентов не нужны.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Fri, 05 Aug 2016 21:10:37 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=106614#p106614</guid>
		</item>
		<item>
			<title><![CDATA[AHK: RegExMatch() и переменные]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=106613#p106613</link>
			<description><![CDATA[<p>Здравствуйте, сегодня появился вопрос как сделать, чтобы функция RegExMatch() искала что-то в переменной?</p><br /><p>Такой работает:</p><div class="codebox"><pre><code>RegExMatch(&quot;abc123def&quot;, &quot;abc(.*)def&quot;, tempVar) ;Ищем в &quot;abc123def&quot;
MsgBox, %tempVar1% ;Показываем найденный результат
ExitApp ;Выходим из программы</code></pre></div><p> <br />А такой нет:</p><div class="codebox"><pre><code>Var = &quot;abc123def&quot; ; Переменная в которой ищем 123
RegExMatch(%Var%, &quot;abc(.*)def&quot;, tempVar) ;Ищем в переменной &quot;Var&quot;
MsgBox, %tempVar1% ;Показываем найденный результат
ExitApp ;Выходим из программы</code></pre></div><p>Мне нужно чтобы 2-ой работал. Помогите пожалуйста.</p>]]></description>
			<author><![CDATA[null@example.com (minesemka)]]></author>
			<pubDate>Fri, 05 Aug 2016 21:07:13 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=106613#p106613</guid>
		</item>
	</channel>
</rss>
