<?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=5377&amp;type=atom" />
	<updated>2011-01-14T10:20:36Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5377</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Помогите с Регулярным выражением]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43732#p43732" />
			<content type="html"><![CDATA[<p>Квадратные скобки используются для создания перечня символов. В данном случае имеется в виду либо пробел, либо tab. В строке <em><span style="color: #0020b4">08.01.11&nbsp; &nbsp; Халл - Уиган&nbsp; &nbsp; &nbsp;2:3 (0:1)</span></em> между числами и именами теоретически может быть и то, и другое.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-01-14T10:20:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43732#p43732</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Помогите с Регулярным выражением]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43727#p43727" />
			<content type="html"><![CDATA[<p>teadrinker, а почему в [ \t] стоит пробел после первой скобки?</p>]]></content>
			<author>
				<name><![CDATA[InFlames]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24849</uri>
			</author>
			<updated>2011-01-14T09:51:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43727#p43727</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Помогите с Регулярным выражением]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43684#p43684" />
			<content type="html"><![CDATA[<p>Огромное спасибо!!</p>]]></content>
			<author>
				<name><![CDATA[Андрейка 007]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26640</uri>
			</author>
			<updated>2011-01-13T17:03:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43684#p43684</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Помогите с Регулярным выражением]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43683#p43683" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Str = 08.01.11    Халл - Уиган     2:3 (0:1)

Var1 := RegExReplace(Str, &quot;.*?[ \t]+(.*?) .*&quot;, &quot;$1&quot;)
Var2 := RegExReplace(Str, &quot;.*- (.*?)[ \t].*&quot;, &quot;$1&quot;)
Var3 := RegExReplace(Str, &quot;.*?(\d+):.*&quot;, &quot;$1&quot;)
Var4 := RegExReplace(Str, &quot;.*?:(\d+).*&quot;, &quot;$1&quot;)

Loop 4
   MsgBox, % &quot;[&quot; Var%A_Index% &quot;]&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-01-13T16:52:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43683#p43683</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK:Помогите с Регулярным выражением]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43682#p43682" />
			<content type="html"><![CDATA[<p>Есть строка типа 08.01.11	Халл - Уиган 	2:3 (0:1)<br />Сколько ни старался не смог загнать в переменные Команды Халл - Уиган и результат&nbsp; 2:3 , что-бы было так<br />в Var1-Халл<br />в Var2-Уиган <br />в Var3-2<br />в Var4-3<br />Помогите пожалуйста , так как только недавно узнал о AHK</p>]]></content>
			<author>
				<name><![CDATA[Андрейка 007]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26640</uri>
			</author>
			<updated>2011-01-13T16:23:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43682#p43682</id>
		</entry>
</feed>
