<?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=11225&amp;type=atom" />
	<updated>2016-01-19T12:34:59Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11225</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: замена большой буквы на маленькую у слова после правой скобки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100507#p100507" />
			<content type="html"><![CDATA[<p>Спасибо!</p>]]></content>
			<author>
				<name><![CDATA[Maxim]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32458</uri>
			</author>
			<updated>2016-01-19T12:34:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100507#p100507</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: замена большой буквы на маленькую у слова после правой скобки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100455#p100455" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>$L2</p></blockquote></div><p>Прикольно, не знал.<br />Хм... Пропустил в русской справке, а думал что что-то новое.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2016-01-17T21:41:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100455#p100455</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: замена большой буквы на маленькую у слова после правой скобки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100453#p100453" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Text = jkyuk)	  Йо (). Ёк () Ёк Щш) Q
 
MsgBox, % RegExReplace(Text, &quot;(\)[^\.]*?)([A-ZА-ЯЁ])&quot;, &quot;$1$L2&quot;)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-01-17T21:38:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100453#p100453</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: замена большой буквы на маленькую у слова после правой скобки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100451#p100451" />
			<content type="html"><![CDATA[<p>Возможно как то так:<br /></p><div class="codebox"><pre><code>
Text = jkyuk)	  Йо (). Ёк () Ёк Щш) Q
 
RegExMatch(Replace := Text, &quot;(*UCP)(\)[^\.]*?)([A-ZА-ЯЁ])(?CCallout)&quot;) 
MsgBox % Replace
return

Callout(m, #, p) {
	Global Replace := RegExReplace(Replace, &quot;\Q&quot; m1 m2 &quot;\E&quot;, m1 Format(&quot;{:L}&quot;, m2), _, 1, p)  
    return 1
}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2016-01-17T19:50:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100451#p100451</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: замена большой буквы на маленькую у слова после правой скобки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100435#p100435" />
			<content type="html"><![CDATA[<p><strong>Maxim</strong>, приведите конкретный пример текста &quot;до&quot; и &quot;после&quot; работы скрипта.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-01-17T14:49:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100435#p100435</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: замена большой буквы на маленькую у слова после правой скобки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100363#p100363" />
			<content type="html"><![CDATA[<p>Уважаемые форумчане, в тексте после машинного перевода часто встречается такая ошибка: у слова после правой скобки «)»&nbsp; первая буква является большой (заглавной). В окончательном (очеловеченном) переводе слово после правой скобки «)» должно быть написано маленькими буквами.</p><p>Пожалуйста, помогите создать скрипт, который бы находил правую скобку и слово после нее, написанное с <strong>большой</strong> буквы и заменял бы это сочетание на правую скобку и слово после нее, написанное с <strong>маленькой</strong> буквы.</p>]]></content>
			<author>
				<name><![CDATA[Maxim]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32458</uri>
			</author>
			<updated>2016-01-15T14:47:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100363#p100363</id>
		</entry>
</feed>
