<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: точка перед каждым словом с верхним регистром]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=13707</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13707&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: точка перед каждым словом с верхним регистром».]]></description>
		<lastBuildDate>Mon, 14 May 2018 01:07:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: точка перед каждым словом с верхним регистром]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=125343#p125343</link>
			<description><![CDATA[<p>Благодарю!</p>]]></description>
			<author><![CDATA[null@example.com (sanniauto21)]]></author>
			<pubDate>Mon, 14 May 2018 01:07:40 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=125343#p125343</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: точка перед каждым словом с верхним регистром]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=125341#p125341</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (DD)]]></author>
			<pubDate>Mon, 14 May 2018 00:13:22 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=125341#p125341</guid>
		</item>
		<item>
			<title><![CDATA[AHK: точка перед каждым словом с верхним регистром]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=125340#p125340</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (sanniauto21)]]></author>
			<pubDate>Sun, 13 May 2018 23:32:19 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=125340#p125340</guid>
		</item>
	</channel>
</rss>
