<?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=5046&amp;type=atom" />
	<updated>2010-10-17T08:48:44Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5046</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Кавычки в RegexReplace]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=40512#p40512" />
			<content type="html"><![CDATA[<p>Спасибо!</p>]]></content>
			<author>
				<name><![CDATA[VOLK666]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25998</uri>
			</author>
			<updated>2010-10-17T08:48:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=40512#p40512</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Кавычки в RegexReplace]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=40505#p40505" />
			<content type="html"><![CDATA[<p>Кавычки нужно удваивать:<br /></p><div class="codebox"><pre><code>text = string=&quot;10&quot;
MsgBox % RegexReplace(text, &quot;.*string=&quot;&quot;([0-9]+)&quot;&quot;.*&quot;, &quot;$1&quot;)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2010-10-16T21:17:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=40505#p40505</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Кавычки в RegexReplace]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=40504#p40504" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>text = string=&quot;10&quot;
search=.*string=&quot;([0-9]+)&quot;.*
MsgBox % RegexReplace(text, search, &quot;$1&quot;)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[InFlames]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24849</uri>
			</author>
			<updated>2010-10-16T20:28:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=40504#p40504</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Кавычки в RegexReplace]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=40503#p40503" />
			<content type="html"><![CDATA[<p>Как использовать кавычки при составлении регулярного выражения вида<br /></p><div class="codebox"><pre><code>text = string=&quot;10&quot;
result:= RegexReplace(text, &quot;.*string=&quot;([0-9]+)&quot;.*&quot;, &quot;$1&quot;)</code></pre></div><p>Знак акцента не помогает. Можно конечно использовать<br /></p><div class="codebox"><pre><code>StringReplace,text,text,&quot;,&#039;,all</code></pre></div><p>и потом в регулярке вместо обычной указать ординарные кавычки, но это как-то не красиво...</p>]]></content>
			<author>
				<name><![CDATA[VOLK666]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25998</uri>
			</author>
			<updated>2010-10-16T18:08:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=40503#p40503</id>
		</entry>
</feed>
