<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=Regex_isMatch</id>
	<title>Regex isMatch - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=Regex_isMatch"/>
	<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Regex_isMatch&amp;action=history"/>
	<updated>2026-05-10T05:44:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Regex_isMatch&amp;diff=238261&amp;oldid=prev</id>
		<title>Nguyenduyan: Created page with &quot;Category:General_Functions  {{HelpFiles}}   = Regex_isMatch =    == Syntax ==  Regex_isMatch(string regularExpression,string inputString, bool ignoreCase );  == Arguments...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Regex_isMatch&amp;diff=238261&amp;oldid=prev"/>
		<updated>2017-12-29T09:40:26Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/Category:General_Functions&quot; title=&quot;Category:General Functions&quot;&gt;Category:General_Functions&lt;/a&gt;  {{HelpFiles}}   = Regex_isMatch =    == Syntax ==  Regex_isMatch(string regularExpression,string inputString, bool ignoreCase );  == Arguments...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:General_Functions]]&lt;br /&gt;
&lt;br /&gt;
{{HelpFiles}} &lt;br /&gt;
&lt;br /&gt;
= Regex_isMatch =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
Regex_isMatch(string regularExpression,string inputString, bool ignoreCase );&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&amp;#039;&amp;#039;regularExpression&amp;#039;&amp;#039;: string.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;inputString&amp;#039;&amp;#039;: string. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;ignoreCase&amp;#039;&amp;#039;: bool.&lt;br /&gt;
&lt;br /&gt;
== Return type ==&lt;br /&gt;
Bool&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
//Example 1&lt;br /&gt;
string regularExpression = &amp;quot;ab*c&amp;quot;;&lt;br /&gt;
string inputString = &amp;quot;are you looking for ac&amp;quot;;&lt;br /&gt;
bool ignoreCase = true;&lt;br /&gt;
Regex_isMatch(regularExpression,inputString, ignoreCase );//true&lt;br /&gt;
&lt;br /&gt;
//Example 2&lt;br /&gt;
string regularExpression = &amp;quot;ab*c&amp;quot;;&lt;br /&gt;
string inputString = &amp;quot;are you looking for ab c&amp;quot;;&lt;br /&gt;
bool ignoreCase = true;&lt;br /&gt;
Regex_isMatch(regularExpression,inputString, ignoreCase );//false&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nguyenduyan</name></author>
	</entry>
</feed>