<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/220" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2001-10-22T01:13:00-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/220</id>

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-22T01:13:00-04:00</updated>

		<published>2001-10-22T01:13:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=944#p944</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=944#p944"/>
		<title type="html"><![CDATA[String Match]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=944#p944"><![CDATA[
You are right!<br><br>Thank you for your help<br><br>Locu<p>Statistics: Posted by Guest — Mon Oct 22, 2001 1:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2001-10-21T01:45:00-04:00</updated>

		<published>2001-10-21T01:45:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=923#p923</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=923#p923"/>
		<title type="html"><![CDATA[String Match]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=923#p923"><![CDATA[
[04:45] &lt;Petersen&gt; .tcl set test blah<br>[04:45] &lt;gaynewf&gt; TCL: blah<br>[04:45] &lt;Petersen&gt; .tcl string match bl* $test<br>[04:45] &lt;gaynewf&gt; TCL: 1<br>[04:45] &lt;Petersen&gt; .tcl string match ab* $test<br>[04:45] &lt;gaynewf&gt; TCL: 0<br><br>wildcards work fine for me.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Sun Oct 21, 2001 1:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-20T22:57:00-04:00</updated>

		<published>2001-10-20T22:57:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=920#p920</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=920#p920"/>
		<title type="html"><![CDATA[String Match]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=920#p920"><![CDATA[
[string match bl* $nick] <br><br>didn't work....<br><br>point of note: if I do the full nick, it works..<br><br>[string match $nick bleh]<br><br>Thanks again..! <br><p>Statistics: Posted by Guest — Sat Oct 20, 2001 10:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2001-10-20T21:41:00-04:00</updated>

		<published>2001-10-20T21:41:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=917#p917</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=917#p917"/>
		<title type="html"><![CDATA[String Match]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=917#p917"><![CDATA[
you've got your string and pattern the wrong way round<br><br>try [string match *blah* $nick]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Sat Oct 20, 2001 9:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-20T19:41:00-04:00</updated>

		<published>2001-10-20T19:41:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=914#p914</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=914#p914"/>
		<title type="html"><![CDATA[String Match]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=914#p914"><![CDATA[
Is there a way to use wild cards in sting match?<br><br>for this example $nick = bleh<br><br>if {[string match $nick ble*]} { do something<br>}<br><br>In traditional mirc, we would use:<br><br>if (ble isin $nick)<br><br>Thanks...<p>Statistics: Posted by Guest — Sat Oct 20, 2001 7:41 pm</p><hr />
]]></content>
	</entry>
	</feed>
