<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: RegExMatch() шаблоны]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=9474</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9474&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: RegExMatch() шаблоны».]]></description>
		<lastBuildDate>Tue, 15 Apr 2014 21:06:44 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: RegExMatch() шаблоны]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=81825#p81825</link>
			<description><![CDATA[<p>Большое спасибо за шаблон!</p><p>Я сделал такой вариант:</p><div class="codebox"><pre><code>RegExMatch(txt, &quot;&quot;&quot;.*&quot;&quot;&quot;, txt)
StringReplace, Name, txt, &quot;,, All</code></pre></div><p>Тоже заработало, но опять длиннее получилось ...</p><p>Спасибо!</p>]]></description>
			<author><![CDATA[null@example.com (Dr.Jekyll)]]></author>
			<pubDate>Tue, 15 Apr 2014 21:06:44 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=81825#p81825</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: RegExMatch() шаблоны]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=81687#p81687</link>
			<description><![CDATA[<div class="codebox"><pre><code>txt =
(
1    &quot;Кузя+&quot;
2    &quot;Нафаня 61&quot;
15    &quot;Балбес &amp; остальные&quot;
)

MsgBox, % RegExReplace(txt, &quot;m`a).*?&quot;&quot;(.*)?&quot;&quot;.*&quot;, &quot;$1&quot;)
</code></pre></div><p>&quot;Двойные апострофы&quot; называются обычно кавычками.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 12 Apr 2014 13:36:19 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=81687#p81687</guid>
		</item>
		<item>
			<title><![CDATA[AHK: RegExMatch() шаблоны]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=81654#p81654</link>
			<description><![CDATA[<p>Добрый день, господа! Помогите пожалуйста сделать шаблон.</p><p>Имеются строки типа:<br /></p><div class="codebox"><pre><code>1    &quot;Кузя+&quot;
2    &quot;Нафаня 61&quot;
.......
15    &quot;Балбес &amp; остальные&quot;</code></pre></div><p>Нужно вытащить все слова, цифры и знаки между двойными апострофами.</p><p>Пробовал использовать StringTrimLeft по такой схеме:<br /></p><div class="codebox"><pre><code>StringTrimLeft, txt, txt, 2
StringReplace, txt, txt, %A_Space%,, All
StringReplace, Name, txt, &quot;,, All</code></pre></div><p>Все работает, но получается слишком громоздко и не совсем надежно в плане первых цифр.<br />Сделать такой шаблон - что-то торможу ..........&nbsp; <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p><p>Помогите пожалуйста!</p>]]></description>
			<author><![CDATA[null@example.com (Dr.Jekyll)]]></author>
			<pubDate>Fri, 11 Apr 2014 13:59:42 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=81654#p81654</guid>
		</item>
	</channel>
</rss>
