<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.vmssoftware.com/index.php?action=history&amp;feed=atom&amp;title=F%24MATCH_WILD%28%29</id>
	<title>F$MATCH WILD() - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.vmssoftware.com/index.php?action=history&amp;feed=atom&amp;title=F%24MATCH_WILD%28%29"/>
	<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=F$MATCH_WILD()&amp;action=history"/>
	<updated>2026-05-02T09:08:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=F$MATCH_WILD()&amp;diff=858&amp;oldid=prev</id>
		<title>Darya.zelenina: Created page with &quot;&#039;&#039;&#039;F$MATCH_WILD()&#039;&#039;&#039; is a lexial function that performs a wildcard matching between a candidate and a pattern string. TRUE is returned if the strings mat...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=F$MATCH_WILD()&amp;diff=858&amp;oldid=prev"/>
		<updated>2019-06-28T15:58:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;F$MATCH_WILD()&amp;#039;&amp;#039;&amp;#039; is a &lt;a href=&quot;/Lexical_functions&quot; title=&quot;Lexical functions&quot;&gt;lexial function&lt;/a&gt; that performs a wildcard matching between a candidate and a pattern string. TRUE is returned if the strings mat...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;F$MATCH_WILD()&amp;#039;&amp;#039;&amp;#039; is a [[Lexical functions|lexial function]] that performs a wildcard matching between a candidate and a pattern string. TRUE is returned if the strings match.&lt;br /&gt;
&lt;br /&gt;
=Syntax=&lt;br /&gt;
&lt;br /&gt;
F$MATCH_WILD(candidate, pattern)&lt;br /&gt;
&lt;br /&gt;
=Arguments=&lt;br /&gt;
&lt;br /&gt;
==candidate==&lt;br /&gt;
&lt;br /&gt;
A string to which the pattern string is compared.&lt;br /&gt;
&lt;br /&gt;
==pattern==&lt;br /&gt;
&lt;br /&gt;
A string on which a wildcard match is performed comparing the pattern to the candidate string.&lt;br /&gt;
&lt;br /&gt;
=Examples=&lt;br /&gt;
&lt;br /&gt;
 $ write sys$output f$match_wild (&amp;quot;This is a candidate&amp;quot;,&amp;quot;*c%%d*&amp;quot;)&lt;br /&gt;
   TRUE&lt;br /&gt;
&lt;br /&gt;
This command performs a wildcard match between the candidate candidate and pattern *c%%d* and found that the strings match.&lt;br /&gt;
&lt;br /&gt;
 $ write sys$output f$match_wild (&amp;quot;This is a candidate text&amp;quot;, &amp;quot;*candi*)&lt;br /&gt;
   TRUE&lt;br /&gt;
&lt;br /&gt;
This command checks to see if the pattern candi appears in the candidate.&lt;br /&gt;
&lt;br /&gt;
[[Category:Lexical Functions]]&lt;/div&gt;</summary>
		<author><name>Darya.zelenina</name></author>
	</entry>
</feed>