<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Проверка IP адреса]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5080&amp;type=atom" />
	<updated>2010-10-23T15:08:47Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5080</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка IP адреса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=40773#p40773" />
			<content type="html"><![CDATA[<p>Кстати, записать можно так:<br /></p><div class="codebox"><pre><code>ip = 252.253.100.0

MsgBox % RegExMatch(ip,          ; output=1 - валидный IP
(Join
&quot;^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}
([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$&quot;)
)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2010-10-23T15:08:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=40773#p40773</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка IP адреса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=40771#p40771" />
			<content type="html"><![CDATA[<p><strong>ayosh</strong><br />Спасибо, работает!</p>]]></content>
			<author>
				<name><![CDATA[sergeich]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=819</uri>
			</author>
			<updated>2010-10-23T14:53:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=40771#p40771</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка IP адреса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=40770#p40770" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>ip = 192.255.100.200

MsgBox % RegExMatch(ip, &quot;^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$&quot;) ; output=1 - валидный IP</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ayosh]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25030</uri>
			</author>
			<updated>2010-10-23T14:33:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=40770#p40770</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка IP адреса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=40768#p40768" />
			<content type="html"><![CDATA[<p>Да</p>]]></content>
			<author>
				<name><![CDATA[sergeich]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=819</uri>
			</author>
			<updated>2010-10-23T14:07:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=40768#p40768</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка IP адреса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=40766#p40766" />
			<content type="html"><![CDATA[<p>Вы имеете в виду под &quot;правильный&quot;, что это четыре числа от 0 до 255, разделённых точками?</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2010-10-23T13:48:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=40766#p40766</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Проверка IP адреса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=40761#p40761" />
			<content type="html"><![CDATA[<p>Необходимо проверить, что введенная переменная является IP адресом. Например, IP=192.168.1.3<br />Как узнать, что это правильно введенный IP? Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[sergeich]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=819</uri>
			</author>
			<updated>2010-10-23T12:51:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=40761#p40761</id>
		</entry>
</feed>
