<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Регулярные выражения и особенности RegExMatch]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14348&amp;type=atom" />
	<updated>2019-01-05T15:25:19Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14348</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения и особенности RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130865#p130865" />
			<content type="html"><![CDATA[<p><a href="https://autohotkey.com/docs/commands/StringLower.htm">https://autohotkey.com/docs/commands/StringLower.htm</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2019-01-05T15:25:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130865#p130865</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения и особенности RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130862#p130862" />
			<content type="html"><![CDATA[<p>Тоже самое есть и в RegExReplace, но в нём можно что то сразу выделить.<br /></p><div class="codebox"><pre><code>
str := &quot;тУТ зАгЛаВнЫе, тУТ СтРоЧнЫе, тУТ титуЛЬНЫЕ&quot;
MsgBox % RegExReplace(str, &quot;(.*?),(.*?),(.*)&quot;, &quot;$U1,$L2,$T3&quot;) 

str := &quot;ВсЕ зАгЛаВнЫе На СтРоЧнЫе&quot;
MsgBox % RegExReplace(str, &quot;(.*)&quot;, &quot;$L1&quot;)  

str := &quot;ВсЕ СтРоЧнЫе На зАгЛаВнЫе&quot;
MsgBox % RegExReplace(str, &quot;(.*)&quot;, &quot;$U1&quot;)  

str := &quot;всЕ слоВА с больШОЙ бУКВы, ОСТАЛЬНЫЕ БУКВЫ строчные&quot;
MsgBox % RegExReplace(str, &quot;(.*)&quot;, &quot;$T1&quot;)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2019-01-05T14:17:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130862#p130862</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения и особенности RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130836#p130836" />
			<content type="html"><![CDATA[<p><strong>KusochekDobra</strong>, хотя это тоже подойдет. Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[vladmany]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39625</uri>
			</author>
			<updated>2019-01-04T13:40:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130836#p130836</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения и особенности RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130835#p130835" />
			<content type="html"><![CDATA[<p><a href="https://autohotkey.com/docs/commands/Format.htm">Format()</a> = ?<br /></p><div class="codebox"><pre><code>
str := &quot;ВсЕ зАгЛаВнЫе На СтРоЧнЫе&quot;
MsgBox % Format(&quot;{:l}&quot;,str)
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2019-01-04T13:06:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130835#p130835</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения и особенности RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130834#p130834" />
			<content type="html"><![CDATA[<p>А как можно RegExReplace&#039;ом заменить все заглавные буквы на строчные?</p>]]></content>
			<author>
				<name><![CDATA[vladmany]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39625</uri>
			</author>
			<updated>2019-01-04T11:57:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130834#p130834</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения и особенности RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130414#p130414" />
			<content type="html"><![CDATA[<p><a href="https://autohotkey.com/docs/commands/Trim.htm">https://autohotkey.com/docs/commands/Trim.htm</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2018-12-15T12:56:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130414#p130414</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения и особенности RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130413#p130413" />
			<content type="html"><![CDATA[<p>Как удалить пробел в конце любого текста если он там присутствует?</p>]]></content>
			<author>
				<name><![CDATA[vladmany]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39625</uri>
			</author>
			<updated>2018-12-15T12:39:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130413#p130413</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения и особенности RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130288#p130288" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong>, похоже выхода нет. Ладно, спасибо за уделенное мне время.</p>]]></content>
			<author>
				<name><![CDATA[vladmany]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39625</uri>
			</author>
			<updated>2018-12-07T20:26:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130288#p130288</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения и особенности RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130287#p130287" />
			<content type="html"><![CDATA[<p>Ну тогда на данном этапе используйте if.<br />Может потом додумаете.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2018-12-07T20:25:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130287#p130287</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения и особенности RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130286#p130286" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong>, та же история.. Слова one и two сливаются и идут в один сабпатерн</p>]]></content>
			<author>
				<name><![CDATA[vladmany]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39625</uri>
			</author>
			<updated>2018-12-07T20:24:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130286#p130286</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения и особенности RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130285#p130285" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>[^...]<br />	Означает один любой символ из тех, которых нет в перечне. Например, [^/]* есть пустая или любой длины последовательность любых символов, среди которых нет символа &quot;/&quot;, например: http://. Сходным образом, [^0-9xyz] есть любой символ, не являющийся цифрой или буквой x, y, или z.</p></blockquote></div><p><a href="http://www.script-coding.com/AutoHotkey/RegEx.html">http://www.script-coding.com/AutoHotkey/RegEx.html</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2018-12-07T20:20:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130285#p130285</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения и особенности RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130284#p130284" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong>, будьте добры, укажите, я в подшаблонах так и не разобрался. Думаю после этого примера что-то в голове отложится..</p>]]></content>
			<author>
				<name><![CDATA[vladmany]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39625</uri>
			</author>
			<updated>2018-12-07T20:19:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130284#p130284</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения и особенности RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130283#p130283" />
			<content type="html"><![CDATA[<p>Судя по всему вместо &quot;.*&quot; вам надо указать, что в подшаблоне не должно быть пробела.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2018-12-07T20:18:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130283#p130283</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения и особенности RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130282#p130282" />
			<content type="html"><![CDATA[<p>Я уже давно бы мог решить эту задачу добавив ещё один if, но думал регулярками это все же можно сделать, и в плане оптимизации будет лучше.</p>]]></content>
			<author>
				<name><![CDATA[vladmany]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39625</uri>
			</author>
			<updated>2018-12-07T20:16:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130282#p130282</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Регулярные выражения и особенности RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130280#p130280" />
			<content type="html"><![CDATA[<p>Нельзя просто задать шаблон три любых слова, и четвертое не обязательное включая пробел перед ним?</p>]]></content>
			<author>
				<name><![CDATA[vladmany]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39625</uri>
			</author>
			<updated>2018-12-07T20:14:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130280#p130280</id>
		</entry>
</feed>
