<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; SAMP: Помогите достать цифры.]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=12779</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=12779&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «SAMP: Помогите достать цифры.».]]></description>
		<lastBuildDate>Sat, 01 Jul 2017 10:15:47 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: SAMP: Помогите достать цифры.]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=116949#p116949</link>
			<description><![CDATA[<p><strong>teadrinker</strong><br />Огромнейшее спасибо, очень помог</p>]]></description>
			<author><![CDATA[null@example.com (nathantaft98)]]></author>
			<pubDate>Sat, 01 Jul 2017 10:15:47 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=116949#p116949</guid>
		</item>
		<item>
			<title><![CDATA[Re: SAMP: Помогите достать цифры.]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=116948#p116948</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 01 Jul 2017 09:07:29 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=116948#p116948</guid>
		</item>
		<item>
			<title><![CDATA[Re: SAMP: Помогите достать цифры.]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=116947#p116947</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (nathantaft98)]]></author>
			<pubDate>Sat, 01 Jul 2017 08:33:43 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=116947#p116947</guid>
		</item>
		<item>
			<title><![CDATA[Re: SAMP: Помогите достать цифры.]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=116946#p116946</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 01 Jul 2017 08:20:43 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=116946#p116946</guid>
		</item>
		<item>
			<title><![CDATA[SAMP: Помогите достать цифры.]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=116935#p116935</link>
			<description><![CDATA[<p>Доброго времени суток, я хочу в своем шаблоне вывести цифры в переменную. Цифры будут находится в любом месте строки, и мне надо сделать так чтоб не смотря ни на какой текст доставались цифры. Вот пример строчки с чатлога откуда я хочу достать цифры. <br /></p><div class="codebox"><pre><code>&quot;\[(.*)\] - Nick_Name: текст 123 текст&quot;
&quot;\[(.*)\] - Nick_Name: текст текст 123&quot;</code></pre></div><p>И так далее... Буду очень благодарен в помощи составления шаблона.</p>]]></description>
			<author><![CDATA[null@example.com (nathantaft98)]]></author>
			<pubDate>Fri, 30 Jun 2017 19:08:08 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=116935#p116935</guid>
		</item>
	</channel>
</rss>
