<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; SAMP: Помогите достать цифры.]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=12779&amp;type=atom" />
	<updated>2017-07-01T10:15:47Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=12779</id>
		<entry>
			<title type="html"><![CDATA[Re: SAMP: Помогите достать цифры.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=116949#p116949" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong><br />Огромнейшее спасибо, очень помог</p>]]></content>
			<author>
				<name><![CDATA[nathantaft98]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34255</uri>
			</author>
			<updated>2017-07-01T10:15:47Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=116949#p116949</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SAMP: Помогите достать цифры.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=116948#p116948" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>text := &quot;\[(.*)\] - 777 Nick_Name: текст 123 текст&quot;
RegExMatch(text, &quot;Nick_Name:.*?\K\d+&quot;, match)
MsgBox, % match</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2017-07-01T09:07:29Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=116948#p116948</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SAMP: Помогите достать цифры.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=116947#p116947" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong></p><p>Да, он достает со строки цифры... Но мешает чатлог.<br />А такой вариант не помогает почему-то </p><div class="codebox"><pre><code>regexmatch(text,&quot;\[(.*)\] - Nick_Name:\d+&quot;, mdc)</code></pre></div><p>Мне надо чтоб он доставал цифры после Nick_Name:</p>]]></content>
			<author>
				<name><![CDATA[nathantaft98]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34255</uri>
			</author>
			<updated>2017-07-01T08:33:43Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=116947#p116947</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SAMP: Помогите достать цифры.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=116946#p116946" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>text := &quot;\[(.*)\] - Nick_Name: текст 123 текст&quot;
MsgBox, % RegExReplace(text, &quot;.*?(\d+).*&quot;, &quot;$1&quot;)
; или
RegExMatch(text, &quot;\d+&quot;, match)
MsgBox, % match</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2017-07-01T08:20:43Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=116946#p116946</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[SAMP: Помогите достать цифры.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=116935#p116935" />
			<content type="html"><![CDATA[<p>Доброго времени суток, я хочу в своем шаблоне вывести цифры в переменную. Цифры будут находится в любом месте строки, и мне надо сделать так чтоб не смотря ни на какой текст доставались цифры. Вот пример строчки с чатлога откуда я хочу достать цифры. <br /></p><div class="codebox"><pre><code>&quot;\[(.*)\] - Nick_Name: текст 123 текст&quot;
&quot;\[(.*)\] - Nick_Name: текст текст 123&quot;</code></pre></div><p>И так далее... Буду очень благодарен в помощи составления шаблона.</p>]]></content>
			<author>
				<name><![CDATA[nathantaft98]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34255</uri>
			</author>
			<updated>2017-06-30T19:08:08Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=116935#p116935</id>
		</entry>
</feed>
