<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; VBS: Проверка на наличие русского текста в переменной]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11538&amp;type=atom" />
	<updated>2016-04-28T11:00:15Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11538</id>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Проверка на наличие русского текста в переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103176#p103176" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Var = &quot;Привет&quot;
With New RegExp
  .Pattern = &quot;[А-я]&quot; : If .Test(Var) Then MsgBox &quot;русский&quot; Else MsgBox &quot;нерусский&quot;
End With</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-04-28T11:00:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103176#p103176</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[VBS: Проверка на наличие русского текста в переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103169#p103169" />
			<content type="html"><![CDATA[<p>Здравствуйте, подскажите пожалуйста код для проверки русского текста в переменной,<br />Пример: (=_= в программировании не сильно шарю, но пример сделал, что бы хоть что-то было понятно.)</p><div class="codebox"><pre><code>per=&quot;Привет&quot;
If (per)
msgbox русский
else
msgbox не русский</code></pre></div>]]></content>
			<author>
				<name><![CDATA[DarkJoker1992]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32574</uri>
			</author>
			<updated>2016-04-28T10:28:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103169#p103169</id>
		</entry>
</feed>
