<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Найти число между символами]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17145&amp;type=atom" />
	<updated>2022-05-31T11:43:29Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17145</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Найти число между символами]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153396#p153396" />
			<content type="html"><![CDATA[<p>В общем сделал как то так:<br /></p><div class="codebox"><pre><code>titleCount := RegExReplace(Title, &quot;.*?(\d+).*&quot;, &quot;$1&quot;)
</code></pre></div><p>Работает и ладно.</p>]]></content>
			<author>
				<name><![CDATA[MixidFinder]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42557</uri>
			</author>
			<updated>2022-05-31T11:43:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153396#p153396</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Найти число между символами]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153373#p153373" />
			<content type="html"><![CDATA[<p><strong>MixidFinder</strong>, ответы были бы более конкретными, если бы вы показали свой код, хотя бы неудачный.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-05-30T05:03:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153373#p153373</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Найти число между символами]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153372#p153372" />
			<content type="html"><![CDATA[<p>Необходимо составить шаблон, описывающий Вашу структуру из первого сообщения. Как составлять шаблон - <a href="http://script-coding.com/AutoHotkey/RegEx.html">вот</a>.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2022-05-29T18:20:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153372#p153372</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Найти число между символами]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153370#p153370" />
			<content type="html"><![CDATA[<p><strong>__Михаил__</strong> Я изучил, но правда не понимаю как мне найти что то между символами, а не сами символы.</p>]]></content>
			<author>
				<name><![CDATA[MixidFinder]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42557</uri>
			</author>
			<updated>2022-05-29T17:10:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153370#p153370</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Найти число между символами]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153369#p153369" />
			<content type="html"><![CDATA[<p>Изучайте <a href="http://www.script-coding.com/AutoHotkey/RegEx.html">RegEx</a>.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2022-05-29T16:49:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153369#p153369</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Найти число между символами]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153368#p153368" />
			<content type="html"><![CDATA[<p>Приветствую, подскажите как можно найти любое число, которое расположено между открывающейся скобкой и /.<br />Как пример: </p><div class="codebox"><pre><code>Что то там (235/344)</code></pre></div><p> Получается надо тут найти 235, но число просто для примера, оно может быть абсолютно любым.<br />Я понял как найти определенное число и просто числа, но если находить просто числа, он и 344 найдет.</p>]]></content>
			<author>
				<name><![CDATA[MixidFinder]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42557</uri>
			</author>
			<updated>2022-05-29T16:43:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153368#p153368</id>
		</entry>
</feed>
