<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Помощь с регулярными выражениями (RegEx)]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14897&amp;type=atom" />
	<updated>2019-08-03T14:24:06Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14897</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Помощь с регулярными выражениями (RegEx)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135218#p135218" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Lancaster]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40311</uri>
			</author>
			<updated>2019-08-03T14:24:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135218#p135218</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Помощь с регулярными выражениями (RegEx)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135183#p135183" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2019-08-02T15:17:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135183#p135183</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Помощь с регулярными выражениями (RegEx)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135181#p135181" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Lancaster]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40311</uri>
			</author>
			<updated>2019-08-02T14:23:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135181#p135181</id>
		</entry>
</feed>
