<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=MaskCheck</id>
		<title>MaskCheck - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=MaskCheck"/>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=MaskCheck&amp;action=history"/>
		<updated>2026-05-26T00:16:51Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.soldat.pl/index.php?title=MaskCheck&amp;diff=87&amp;oldid=prev</id>
		<title>Freeman: Created page with &quot;===From the Scripting Manual===  ''function MaskCheck(CheckString, Mask: string): boolean''    '''Parameter Info:'''   CheckString (String): String to be checked.   Mask (Stri...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=MaskCheck&amp;diff=87&amp;oldid=prev"/>
				<updated>2012-08-15T09:13:56Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;===From the Scripting Manual===  &amp;#039;&amp;#039;function MaskCheck(CheckString, Mask: string): boolean&amp;#039;&amp;#039;    &amp;#039;&amp;#039;&amp;#039;Parameter Info:&amp;#039;&amp;#039;&amp;#039;   CheckString (String): String to be checked.   Mask (Stri...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===From the Scripting Manual===&lt;br /&gt;
 ''function MaskCheck(CheckString, Mask: string): boolean''&lt;br /&gt;
 &lt;br /&gt;
 '''Parameter Info:'''&lt;br /&gt;
  CheckString (String): String to be checked.&lt;br /&gt;
  Mask (String): Mask to be used to check (CheckString).&lt;br /&gt;
 &lt;br /&gt;
 '''Description:'''&lt;br /&gt;
  This function will return TRUE or FALSE if (CheckString) matches (Mask).&lt;br /&gt;
 &lt;br /&gt;
 '''Mask Example:'''&lt;br /&gt;
 * = Full Wildcard&lt;br /&gt;
 ? = Single character Wildcard&lt;br /&gt;
&lt;br /&gt;
==Examples==  &lt;br /&gt;
&amp;lt;source lang=&amp;quot;pascal&amp;quot;&amp;gt;var&lt;br /&gt;
MyString: string;&lt;br /&gt;
begin&lt;br /&gt;
    MyString := '127.94.45.244';&lt;br /&gt;
    MaskCheck(MyString,'127.*.*.*'); // True&lt;br /&gt;
    MaskCheck(MyString,'127.?.?.?'); // False&lt;br /&gt;
    MaskCheck(MyString,'127.9?.*.*'); // True&lt;br /&gt;
    MaskCheck(MyString,'12?.?4.4?.2*4'); // True&lt;br /&gt;
    MaskCheck(MyString,'127.94.45.244'); // True&lt;br /&gt;
    MaskCheck(MyString,'123.94.45.244'); // False&lt;br /&gt;
end;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* [http://enesce.com/help/index.html?Functions/MaskCheck.html Scripting Manual page for MaskCheck]&lt;br /&gt;
&lt;br /&gt;
[[Category:Server Scripting]][[Category:Server Scripting Functions]]&lt;/div&gt;</summary>
		<author><name>Freeman</name></author>	</entry>

	</feed>