<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: StringReplace, удалить пробел]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17926&amp;type=atom" />
	<updated>2023-09-02T09:13:21Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17926</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: StringReplace, удалить пробел]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=159130#p159130" />
			<content type="html"><![CDATA[<p><strong>YMP</strong>, благодарю. То, что нужно.</p>]]></content>
			<author>
				<name><![CDATA[p.polena]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33346</uri>
			</author>
			<updated>2023-09-02T09:13:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=159130#p159130</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: StringReplace, удалить пробел]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=159129#p159129" />
			<content type="html"><![CDATA[<p>Вот так, наверно:<br /></p><div class="codebox"><pre><code>
RegEx = ^ |&quot;
Clipboard := RegExReplace(Clipboard, RegEx, &quot;&quot;)
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2023-09-02T08:53:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=159129#p159129</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: StringReplace, удалить пробел]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=159128#p159128" />
			<content type="html"><![CDATA[<p>Здравствуйте. Не могу понять, как кроме кавычек удалять пробел только в начале выделенного текста, если он есть.<br /></p><div class="codebox"><pre><code>StringReplace, clipboard, clipboard, &quot;,   , All</code></pre></div>]]></content>
			<author>
				<name><![CDATA[p.polena]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33346</uri>
			</author>
			<updated>2023-09-02T08:11:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=159128#p159128</id>
		</entry>
</feed>
