<?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=6492&amp;type=atom" />
	<updated>2011-11-30T16:08:00Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=6492</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54069#p54069" />
			<content type="html"><![CDATA[<p>Благодарен.</p>]]></content>
			<author>
				<name><![CDATA[Вадим]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27175</uri>
			</author>
			<updated>2011-11-30T16:08:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54069#p54069</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=53929#p53929" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Вадим пишет:</cite><blockquote><p>Здравствуйте. Есть значение переменной: &quot;9 марта 2007 &quot; или любая другая дата в таком порядке.<br />Нужно в отдельные переменные сохранить число, месяц, год.<br />Делается это как-то через RegExMatch, но мне сложно разобраться. Спасибо</p></blockquote></div><p>простейший вариант:<br /></p><div class="codebox"><pre><code>str:=&quot;9 марта 2007 &quot;
RegExMatch(str, &quot;(\d+) (\S+) (\d+)&quot;, x)
msgbox %x1%`n%x2%`n%x3%</code></pre></div><p>скрипт должен быть в юникоде.</p>]]></content>
			<author>
				<name><![CDATA[Александр_]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24888</uri>
			</author>
			<updated>2011-11-27T10:48:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=53929#p53929</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=53925#p53925" />
			<content type="html"><![CDATA[<p>Здравствуйте. Есть значение переменной: &quot;9 марта 2007 &quot; или любая другая дата в таком порядке.<br />Нужно в отдельные переменные сохранить число, месяц, год.<br />Делается это как-то через RegExMatch, но мне сложно разобраться. Спасибо</p>]]></content>
			<author>
				<name><![CDATA[Вадим]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27175</uri>
			</author>
			<updated>2011-11-27T09:45:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=53925#p53925</id>
		</entry>
</feed>
