<?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=9907&amp;type=atom" />
	<updated>2014-08-20T14:44:05Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9907</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: RegExMatch не хочет искать с конца строки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=85992#p85992" />
			<content type="html"><![CDATA[<p>Спасибо <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[Desire]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30401</uri>
			</author>
			<updated>2014-08-20T14:44:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=85992#p85992</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: RegExMatch не хочет искать с конца строки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=85991#p85991" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>str = sddfdsafsa123sadsadf987sdf
RegExMatch(str, &quot;.*[^\d](\d+)&quot;,str)
MsgBox %str1%</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2014-08-20T13:46:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=85991#p85991</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: RegExMatch не хочет искать с конца строки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=85990#p85990" />
			<content type="html"><![CDATA[<p>А, все, я понял. AHK начинает искать с метки вперед. А как сделать так, чтобы находило последние цифры, независимо от их положения в строке?</p>]]></content>
			<author>
				<name><![CDATA[Desire]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30401</uri>
			</author>
			<updated>2014-08-20T13:28:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=85990#p85990</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: RegExMatch не хочет искать с конца строки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=85988#p85988" />
			<content type="html"><![CDATA[<p>Поиск ведется всегда слева направо (насколько мне известно), а в функции в конце указывается стартовая позиция поиска.<br /></p><div class="codebox"><pre><code>str = sddf______123_______9_7443
a:=RegExMatch(str, &quot;\d+&quot;,b ,-6)
MsgBox %b%`npos=%a%
a:=RegExMatch(str, &quot;\d+&quot;,b ,-4)
MsgBox %b%`npos=%a%
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2014-08-20T12:45:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=85988#p85988</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: RegExMatch не хочет искать с конца строки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=85987#p85987" />
			<content type="html"><![CDATA[<p>Почему же, все ищет:<br /></p><div class="codebox"><pre><code>str = sddfdsafsa123sadsadf987sd1
RegExMatch(str, &quot;\d+&quot;,str ,0)
MsgBox %str%</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2014-08-20T12:10:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=85987#p85987</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: RegExMatch не хочет искать с конца строки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=85985#p85985" />
			<content type="html"><![CDATA[<p>В общем код:</p><div class="codebox"><pre><code>str = sddfdsafsa123sadsadf987sdf
RegExMatch(str, &quot;\d+&quot;,str ,0)
MsgBox %str%</code></pre></div><p>Почему - то не ищет с конца строки.</p>]]></content>
			<author>
				<name><![CDATA[Desire]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30401</uri>
			</author>
			<updated>2014-08-20T11:41:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=85985#p85985</id>
		</entry>
</feed>
