<?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="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13869&amp;type=atom" />
	<updated>2018-06-20T21:11:09Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=13869</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK(RegExMatch)]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=126297#p126297" />
			<content type="html"><![CDATA[<p>Вариант 2:<br /></p><div class="codebox"><pre><code>
info := &quot;Скриншот сохранен - cr-mp-598.png&quot;
RegExMatch(info, &quot;Скриншот сохранен - (.*)&quot;, out)
msgbox, % out1
</code></pre></div><p>Собственно , а что не работает?</p>]]></content>
			<author>
				<name><![CDATA[qqlexa]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39096</uri>
			</author>
			<updated>2018-06-20T21:11:09Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=126297#p126297</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK(RegExMatch)]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=126293#p126293" />
			<content type="html"><![CDATA[<p>Доброго времени суток.Тут решил написать АНК один,но не выводится название фаила из чатлога.<br />Сам текст звучит так:&quot;Скриншот сохранен - cr-mp-598.png&quot;,где &quot;cr-mp-598.png&quot; - это название фаила.Так вот это название мне нужно вытащить с помощью RegExMatch<br />Было много попыток,но всё не работает <br />Пример 1: RegExMatch(info, &quot;Скриншот сохранен \- (.*)\-(.*)\-([0-9.]*)\.(.*)&quot;, screenshot) <br />Пример 2 :RegExMatch(info, &quot;Скриншот сохранен - (.*)&quot;, screenshot)</p>]]></content>
			<author>
				<name><![CDATA[kiper.kristin73]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39340</uri>
			</author>
			<updated>2018-06-20T18:52:56Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=126293#p126293</id>
		</entry>
</feed>
