<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Регулярные выражения]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=14112</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=14112&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Регулярные выражения».]]></description>
		<lastBuildDate>Sat, 22 Apr 2023 05:04:02 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Регулярные выражения]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=157795#p157795</link>
			<description><![CDATA[<p>Не в тот раздел опубликовал...</p>]]></description>
			<author><![CDATA[null@example.com (john_dease)]]></author>
			<pubDate>Sat, 22 Apr 2023 05:04:02 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=157795#p157795</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Регулярные выражения]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=157794#p157794</link>
			<description><![CDATA[<p>Привет. Как составить выражение с &quot;вперёд и назад смотрящими&quot;, чтобы <a href="https://symbl.cc/ru/00E1/">латинская строчная буква a с акутом</a> в кириллических словах - заменялась на кириллическую &quot;<a href="https://symbl.cc/ru/0430/">а</a>&quot; с <a href="https://symbl.cc/ru/0301/">лёгким ударением</a>? То есть, первое слово на второе:<br /></p><div class="codebox"><pre><code>рáзница
ра́зница</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (john_dease)]]></author>
			<pubDate>Sat, 22 Apr 2023 05:02:34 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=157794#p157794</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Регулярные выражения]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=128269#p128269</link>
			<description><![CDATA[<div class="quotebox"><cite>kangar пишет:</cite><blockquote><div class="codebox"><pre><code>i class=&quot;&quot;uix_icon uix_icon-statsMessages&quot;&quot;&gt;&lt;dd&gt;</code></pre></div></blockquote></div><p>Там нет такого текста. Есть</p><div class="codebox"><pre><code>i class=&quot;&quot;uix_icon uix_icon-statsMessages&quot;&quot;&gt;&lt;/i&gt;&lt;/dt&gt; &lt;dd&gt;</code></pre></div><p>Видите разницу?</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 25 Aug 2018 20:56:50 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=128269#p128269</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Регулярные выражения]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=128268#p128268</link>
			<description><![CDATA[<div class="codebox"><pre><code>oWhr := ComObjCreate(&quot;WinHttp.WinHttpRequest.5.1&quot;) 
oWhr.Open(&quot;GET&quot;, &quot;https://blast.hk/&quot;, false) 
oWhr.Send() 
html := oWhr.ResponseText 
Body := oWhr.ResponseText()
sap := RegExMatch(Body, &quot;&lt;a.*&gt;Grand Theft Auto: San Andreas&lt;/a&gt;&quot;)
RegExMatch(Body, &quot;i class=&quot;&quot;uix_icon uix_icon-statsMessages&quot;&quot;&gt;&lt;dd&gt;(.*?)&lt;/dd&gt;&quot;, count, sap)
MsgBox, % count1</code></pre></div><p>Не получается отобразить количество &quot;просмотров что-ли, число 85к+, хз что это&quot;&nbsp; раздела GTASA. В чём причина?</p>]]></description>
			<author><![CDATA[null@example.com (kangar)]]></author>
			<pubDate>Sat, 25 Aug 2018 20:44:49 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=128268#p128268</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Регулярные выражения]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=128261#p128261</link>
			<description><![CDATA[<p><strong>teadrinker</strong>А если в блоке не будет id, а только li class= &quot;test....&quot; например? Т.е после li class идёт id. Как писать под конкретный li class?</p>]]></description>
			<author><![CDATA[null@example.com (kangar)]]></author>
			<pubDate>Sat, 25 Aug 2018 14:32:27 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=128261#p128261</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Регулярные выражения]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=128258#p128258</link>
			<description><![CDATA[<div class="codebox"><pre><code>RegExMatch(html, &quot;U)id=&quot;&quot;20&quot;&quot;.*&lt;a.*&gt;Grand Theft Auto: San Andreas&lt;/a&gt;.*&lt;dd&gt;(.*)&lt;/dd&gt;&quot;, count)</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 25 Aug 2018 11:34:33 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=128258#p128258</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Регулярные выражения]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=128256#p128256</link>
			<description><![CDATA[<p>del</p>]]></description>
			<author><![CDATA[null@example.com (kangar)]]></author>
			<pubDate>Sat, 25 Aug 2018 09:48:00 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=128256#p128256</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Регулярные выражения]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=128255#p128255</link>
			<description><![CDATA[<p><span style="color: green">Это не случайность. В AutoHotKey — Games перенёс я.</span></p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Sat, 25 Aug 2018 08:11:23 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=128255#p128255</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Регулярные выражения]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=128254#p128254</link>
			<description><![CDATA[<p>Перенесите в раздел AutoHotKey, случайно здесь создал.</p>]]></description>
			<author><![CDATA[null@example.com (kangar)]]></author>
			<pubDate>Sat, 25 Aug 2018 08:02:12 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=128254#p128254</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Регулярные выражения]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=128253#p128253</link>
			<description><![CDATA[<div class="codebox"><pre><code>oWhr := ComObjCreate(&quot;WinHttp.WinHttpRequest.5.1&quot;)
oWhr.Open(&quot;GET&quot;, &quot;https://blast.hk/&quot;, false)
oWhr.Send()
html := oWhr.ResponseText
RegExMatch(html, &quot;U)id=&quot;&quot;20&quot;&quot;.*&lt;a&gt;Grand Theft Auto: San Andreas&lt;/a&gt;.*&lt;dd&gt;(.*)&lt;/dd&gt;&quot;, count)
MsgBox, % count1</code></pre></div><p>На сайте, что указан в коде, в первом блоке игры (Его id 20, вроде как) нужно отобрать количество ответов(dd) в теме Grand Theft Auto: San Andreas.<br />Полный класс у GTA:SA, это &quot;&lt;a href=&quot;categories/41/&quot; data-description=&quot;#nodeDescription-41&quot;&gt;Grand Theft Auto: San Andreas&lt;/a&gt;&quot;, но с ним даже не запускается скрипт.<br />Что здесь не так? По регулярным выражением нашел ссылку <a href="http://www.script-coding.com/AutoHotkey/RegExMatch.html">http://www.script-coding.com/AutoHotkey/RegExMatch.html</a>, однако в ней я просто Ничего не понимаю.</p>]]></description>
			<author><![CDATA[null@example.com (kangar)]]></author>
			<pubDate>Sat, 25 Aug 2018 07:28:49 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=128253#p128253</guid>
		</item>
	</channel>
</rss>
