<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: RegExReplace]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11943&amp;type=atom" />
	<updated>2016-08-24T19:49:20Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11943</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: RegExReplace]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=107037#p107037" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>text=12!34!56
res := RegexReplace(text, &quot;.*!(.*)!.*&quot;, &quot;$1&quot;)
MsgBox % res</code></pre></div>]]></content>
			<author>
				<name><![CDATA[red2881]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30934</uri>
			</author>
			<updated>2016-08-24T19:49:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=107037#p107037</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: RegExReplace]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=107036#p107036" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>text=12!34!56
Loop, parse, text, !,
    MsgBox substring number %A_Index% is %A_LoopField%.</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-08-24T19:44:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=107036#p107036</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: RegExReplace]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=107034#p107034" />
			<content type="html"><![CDATA[<p>Здравствуйте. <br />Допустим переменная text=12!34!56<br />Как получить текст, который содержится только между &quot;!&quot; ?<br />Проблема в том, что значение переменной генерируется рандомно, могут быть цифры, буквы, пробелы и некоторые символы.<br />Но всегда есть пара воскл. зн.&nbsp; между которыми находится то, что мне нужно. <br />Заранее спасибо. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[senyaonis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33915</uri>
			</author>
			<updated>2016-08-24T18:56:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=107034#p107034</id>
		</entry>
</feed>
