<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://script.quakenet.org/wiki/index.php?action=history&amp;feed=atom&amp;title=%24matchtok</id>
	<title>$matchtok - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://script.quakenet.org/wiki/index.php?action=history&amp;feed=atom&amp;title=%24matchtok"/>
	<link rel="alternate" type="text/html" href="https://script.quakenet.org/wiki/index.php?title=$matchtok&amp;action=history"/>
	<updated>2026-05-14T22:58:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://script.quakenet.org/wiki/index.php?title=$matchtok&amp;diff=4275&amp;oldid=prev</id>
		<title>Doomie at 17:19, 17 October 2005</title>
		<link rel="alternate" type="text/html" href="https://script.quakenet.org/wiki/index.php?title=$matchtok&amp;diff=4275&amp;oldid=prev"/>
		<updated>2005-10-17T17:19:07Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Returns tokens that contain the specified string.&lt;br /&gt;
 $matchtok(tokens,string,N,C)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note&amp;#039;&amp;#039;&amp;#039; that if you specify zero for N, it returns the total number of matching tokens.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 [[echo]] -ag $matchtok(This is a test, is, 0, 32)&lt;br /&gt;
This example returns &amp;#039;&amp;#039;2&amp;#039;&amp;#039;, as the string &amp;#039;&amp;#039;This is a test&amp;#039;&amp;#039; contains &amp;#039;&amp;#039;is&amp;#039;&amp;#039; two times (This and is).&lt;br /&gt;
 echo -ag $matchtok(This is a test, is, 1, 32)&lt;br /&gt;
This example returns &amp;#039;&amp;#039;This&amp;#039;&amp;#039; as it&amp;#039;s the first string containing &amp;#039;&amp;#039;is&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
[[Category:Token Identifiers]]&lt;/div&gt;</summary>
		<author><name>Doomie</name></author>
	</entry>
</feed>