<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Помощь с регулярными выражениями (RegEx)]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=14897</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14897&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Помощь с регулярными выражениями (RegEx)».]]></description>
		<lastBuildDate>Sat, 03 Aug 2019 14:24:06 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Помощь с регулярными выражениями (RegEx)]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=135218#p135218</link>
			<description><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>Если есть гарантия, что в нужном тексте нет кавычек, тогда так:<br /></p><div class="codebox"><pre><code>json = {&quot;response&quot;:{&quot;count&quot;:6624,&quot;items&quot;:[{&quot;date&quot;:1564751467,&quot;from_id&quot;:163869020,&quot;id&quot;:895210,&quot;out&quot;:1,&quot;peer_id&quot;:354414290,&quot;text&quot;:&quot;привет мир&quot;,&quot;conversation_message_id&quot;:7316,&quot;fwd_messages&quot;:[],&quot;important&quot;:false,&quot;random_id&quot;:1966388348,&quot;attachments&quot;:[],&quot;is_hidden&quot;:false,&quot;update_time&quot;:1564751471}]}}
RegExMatch(json, &quot;&quot;&quot;text&quot;&quot;:&quot;&quot;\K[^&quot;&quot;]+&quot;, text)
MsgBox, % text</code></pre></div></blockquote></div><p>Благодарю</p>]]></description>
			<author><![CDATA[null@example.com (Lancaster)]]></author>
			<pubDate>Sat, 03 Aug 2019 14:24:06 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=135218#p135218</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Помощь с регулярными выражениями (RegEx)]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=135183#p135183</link>
			<description><![CDATA[<p>Если есть гарантия, что в нужном тексте нет кавычек, тогда так:<br /></p><div class="codebox"><pre><code>json = {&quot;response&quot;:{&quot;count&quot;:6624,&quot;items&quot;:[{&quot;date&quot;:1564751467,&quot;from_id&quot;:163869020,&quot;id&quot;:895210,&quot;out&quot;:1,&quot;peer_id&quot;:354414290,&quot;text&quot;:&quot;привет мир&quot;,&quot;conversation_message_id&quot;:7316,&quot;fwd_messages&quot;:[],&quot;important&quot;:false,&quot;random_id&quot;:1966388348,&quot;attachments&quot;:[],&quot;is_hidden&quot;:false,&quot;update_time&quot;:1564751471}]}}
RegExMatch(json, &quot;&quot;&quot;text&quot;&quot;:&quot;&quot;\K[^&quot;&quot;]+&quot;, text)
MsgBox, % text</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Fri, 02 Aug 2019 15:17:46 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=135183#p135183</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Помощь с регулярными выражениями (RegEx)]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=135181#p135181</link>
			<description><![CDATA[<p>Есть ответ от сервера<br /></p><div class="codebox"><pre><code>{&quot;response&quot;:{&quot;count&quot;:6624,&quot;items&quot;:[{&quot;date&quot;:1564751467,&quot;from_id&quot;:163869020,&quot;id&quot;:895210,&quot;out&quot;:1,&quot;peer_id&quot;:354414290,&quot;text&quot;:&quot;привет мир&quot;,&quot;conversation_message_id&quot;:7316,&quot;fwd_messages&quot;:[],&quot;important&quot;:false,&quot;random_id&quot;:1966388348,&quot;attachments&quot;:[],&quot;is_hidden&quot;:false,&quot;update_time&quot;:1564751471}]}}
</code></pre></div><p>Надо отсюда вытащить </p><div class="codebox"><pre><code>привет мир</code></pre></div><p>Буду рад помощи с реализацией</p>]]></description>
			<author><![CDATA[null@example.com (Lancaster)]]></author>
			<pubDate>Fri, 02 Aug 2019 14:23:50 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=135181#p135181</guid>
		</item>
	</channel>
</rss>
