<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Регулярные выражения]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=14112&amp;type=atom" />
	<updated>2023-04-22T05:04:02Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=14112</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=157795#p157795" />
			<content type="html"><![CDATA[<p>Не в тот раздел опубликовал...</p>]]></content>
			<author>
				<name><![CDATA[john_dease]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42972</uri>
			</author>
			<updated>2023-04-22T05:04:02Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=157795#p157795</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=157794#p157794" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[john_dease]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42972</uri>
			</author>
			<updated>2023-04-22T05:02:34Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=157794#p157794</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=128269#p128269" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2018-08-25T20:56:50Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=128269#p128269</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=128268#p128268" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kangar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39404</uri>
			</author>
			<updated>2018-08-25T20:44:49Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=128268#p128268</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=128261#p128261" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>А если в блоке не будет id, а только li class= &quot;test....&quot; например? Т.е после li class идёт id. Как писать под конкретный li class?</p>]]></content>
			<author>
				<name><![CDATA[kangar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39404</uri>
			</author>
			<updated>2018-08-25T14:32:27Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=128261#p128261</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=128258#p128258" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2018-08-25T11:34:33Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=128258#p128258</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=128256#p128256" />
			<content type="html"><![CDATA[<p>del</p>]]></content>
			<author>
				<name><![CDATA[kangar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39404</uri>
			</author>
			<updated>2018-08-25T09:48:00Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=128256#p128256</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=128255#p128255" />
			<content type="html"><![CDATA[<p><span style="color: green">Это не случайность. В AutoHotKey — Games перенёс я.</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2018-08-25T08:11:23Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=128255#p128255</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=128254#p128254" />
			<content type="html"><![CDATA[<p>Перенесите в раздел AutoHotKey, случайно здесь создал.</p>]]></content>
			<author>
				<name><![CDATA[kangar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39404</uri>
			</author>
			<updated>2018-08-25T08:02:12Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=128254#p128254</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Регулярные выражения]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=128253#p128253" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kangar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39404</uri>
			</author>
			<updated>2018-08-25T07:28:49Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=128253#p128253</id>
		</entry>
</feed>
