<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; .]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16016&amp;type=atom" />
	<updated>2021-03-16T18:53:25Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16016</id>
		<entry>
			<title type="html"><![CDATA[Re: .]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146774#p146774" />
			<content type="html"><![CDATA[<p>Чекайте ещё раз.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-03-16T18:53:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146774#p146774</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: .]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146770#p146770" />
			<content type="html"><![CDATA[<p>.</p>]]></content>
			<author>
				<name><![CDATA[rulowtimofei]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41389</uri>
			</author>
			<updated>2021-03-16T17:33:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146770#p146770</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: .]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=145385#p145385" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>ChatLogg = NickName[758] : {FFCD00}текст 123`n

if RegExMatch(ChatLogg, &quot;\[(\d+)].*?}\V+?(\d+)&quot;, match)
   MsgBox, %match1% | %match2%</code></pre></div><p><em>[^\r\n]+</em> то же самое, что <em>\V+</em></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-01-24T11:45:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=145385#p145385</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: .]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=145383#p145383" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong><br />В чём смысл использования &quot;\V+&quot;? Я понимаю что это работает с примером строки из #4, но не из топика.<br />Так не проще для всех случаев?<br /></p><div class="codebox"><pre><code>
if RegExMatch(ChatLogg, &quot;\[(\d+)].*?}[^\r\n]+?(\d+)&quot;, match)
   MsgBox, %match1% | %match2%
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2021-01-24T11:35:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=145383#p145383</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: .]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=145369#p145369" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>ChatLogg = [18:47:21] Sergio_Molodoy[759] : {FFCD00}223 non rp nick`n

if RegExMatch(ChatLogg, &quot;\[(\d+)]\V+}(\d+)&quot;, match)
   MsgBox, %match1% | %match2%</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-01-23T21:29:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=145369#p145369</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: .]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=145364#p145364" />
			<content type="html"><![CDATA[<p>.</p>]]></content>
			<author>
				<name><![CDATA[rulowtimofei]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41389</uri>
			</author>
			<updated>2021-01-23T20:25:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=145364#p145364</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: .]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=145359#p145359" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>rulowtimofei пишет:</cite><blockquote><p>Но он записывает:</p></blockquote></div><p>Или я чего-то не понимаю, но с таким регексом вообще ничего записывать не должно.<br /></p><div class="codebox"><pre><code>ChatLogg = NickName[758] : {FFCD00}текст 123 текст`n

MsgBox, % RegExMatch(ChatLogg, &quot;\s*\ .*?\[(\d+)] : \s*(/`*.*?(.*)\s.*?)\n&quot;, match)
MsgBox, %match1% | %match3%</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-01-23T17:29:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=145359#p145359</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: .]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=145357#p145357" />
			<content type="html"><![CDATA[<p>По сути у вас почти все готово, надо лишь исключить все символы кроме цифр из части после фигурных скобок {...}. Проверить можно тут <a href="https://regex101.com/">https://regex101.com/</a>, еще норм помощь по регулярным выражениям есть тут <a href="https://tools.icoder.uz/regex-tester.php">https://tools.icoder.uz/regex-tester.php</a></p>]]></content>
			<author>
				<name><![CDATA[Botsy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41069</uri>
			</author>
			<updated>2021-01-23T17:20:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=145357#p145357</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=145352#p145352" />
			<content type="html"><![CDATA[<p>.</p>]]></content>
			<author>
				<name><![CDATA[rulowtimofei]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41389</uri>
			</author>
			<updated>2021-01-23T16:16:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=145352#p145352</id>
		</entry>
</feed>
