<?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="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13030&amp;type=atom" />
	<updated>2017-09-28T07:03:54Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13030</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Выделение ключа из текста.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119608#p119608" />
			<content type="html"><![CDATA[<p>Придаете своей операции переменную.<br /></p><div class="codebox"><pre><code>var := RegExReplace(...)
FileAppend, %var%`n, путь к текстовику</code></pre></div>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2017-09-28T07:03:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119608#p119608</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Выделение ключа из текста.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119606#p119606" />
			<content type="html"><![CDATA[<p>Есть файл в нём текст. Есть строчки которые содержат ключ формата (AAAAA-BBBBB-CCCCC). Дальше, в помеси всего текста идут, отдельные, строки вида &quot;Unused keys: AAAAA-BBBBB-CCCCC&quot; и эти ключи нужно выложить в отдельный файл, как не понимаю, хотя ключи понял как выделять. <br /></p><div class="codebox"><pre><code>RegExReplace(text, &quot;s).*?(\w{5}-\w{5}-\w{5}).*&quot;, &quot;$1&quot;)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[sememix]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33892</uri>
			</author>
			<updated>2017-09-27T20:16:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119606#p119606</id>
		</entry>
</feed>
