<?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=13707&amp;type=atom" />
	<updated>2018-05-14T01:07:40Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13707</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: точка перед каждым словом с верхним регистром]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=125343#p125343" />
			<content type="html"><![CDATA[<p>Благодарю!</p>]]></content>
			<author>
				<name><![CDATA[sanniauto21]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39068</uri>
			</author>
			<updated>2018-05-14T01:07:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=125343#p125343</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: точка перед каждым словом с верхним регистром]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=125341#p125341" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>MsgBox, % RegExReplace(Str, &quot;( [А-ЯЁA-Z])&quot;, &quot;.$1&quot;)</code></pre></div><div class="codebox"><pre><code>MsgBox, % RegExReplace(Str, &quot;([а-яёa-z]) ([А-ЯЁA-Z])&quot;, &quot;$1. $2&quot;)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2018-05-14T00:13:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=125341#p125341</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: точка перед каждым словом с верхним регистром]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=125340#p125340" />
			<content type="html"><![CDATA[<p>Всем привет, надеюсь кто поможет, в общем проблема такая: Есть текст<br /></p><div class="quotebox"><blockquote><p>Healthy Diseases Lifestyle you</p></blockquote></div><p>Как можно сделать, чтобы перед каждым словом, начинающемся на букву, которая в верхнем регистре, стояла точка? То есть так:<br /></p><div class="quotebox"><blockquote><p>Healthy. Diseases. Lifestyle you</p></blockquote></div><p>Я сделал вариант с regexreplace:<br /></p><div class="codebox"><pre><code>RegExReplace(text, &quot;[^.?!]$&quot;, &quot;$0.&quot;)</code></pre></div><p>Но он не работает. Помогите.</p>]]></content>
			<author>
				<name><![CDATA[sanniauto21]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39068</uri>
			</author>
			<updated>2018-05-13T23:32:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=125340#p125340</id>
		</entry>
</feed>
