<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Где ошибка? RegExMatch()]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11835&amp;type=atom" />
	<updated>2016-07-22T15:14:28Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11835</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Где ошибка? RegExMatch()]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106279#p106279" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>senyaonis пишет:</cite><blockquote><p>Del pls.</p></blockquote></div><p><strong>senyaonis</strong>, так делать не нужно, форум не только для вас, верните название темы на место, pls.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-07-22T15:14:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106279#p106279</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Где ошибка? RegExMatch()]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106263#p106263" />
			<content type="html"><![CDATA[<p><strong>yalanne</strong>, спасибо большое. Я так кстати делал, только без пробела между переменной и текстом.</p>]]></content>
			<author>
				<name><![CDATA[senyaonis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33915</uri>
			</author>
			<updated>2016-07-22T07:05:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106263#p106263</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Где ошибка? RegExMatch()]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106262#p106262" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>text1=Привет
text2=Привет, мир!
RegExMatch(text2, text1 &quot;(.*)&quot;, res)
MsgBox,%res1%</code></pre></div>]]></content>
			<author>
				<name><![CDATA[yalanne]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32850</uri>
			</author>
			<updated>2016-07-22T06:59:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106262#p106262</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Где ошибка? RegExMatch()]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106261#p106261" />
			<content type="html"><![CDATA[<p>Вот код:<br /></p><div class="codebox"><pre><code>text1=Привет
text2=Привет, мир!
RegExMatch(text2, &quot;%text1%(.*)&quot;, res)
MsgBox,%res1% </code></pre></div><p>По идее в res1 должен быть текст: &quot;, мир! &quot;, но его там нет.&nbsp; В чем ошибка?</p>]]></content>
			<author>
				<name><![CDATA[senyaonis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33915</uri>
			</author>
			<updated>2016-07-22T06:48:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106261#p106261</id>
		</entry>
</feed>
