<?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/7177" />

	<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>2004-03-31T20:09:29-04:00</updated>

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

		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2004-03-31T20:09:29-04:00</updated>

		<published>2004-03-31T20:09:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35120#p35120</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35120#p35120"/>
		<title type="html"><![CDATA[How can 'string match' a *?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35120#p35120"><![CDATA[
<blockquote class="uncited"><div>And since the parser itself performs backslash substitution, you'll need to escape the backslash to get one through to to the command. <div class="codebox"><p>Code: </p><pre><code>string match *\\** a*a</code></pre></div></div></blockquote>or alternatively, supply braces to eliminate the interpretter from implicitly interpretting special characters itself...<div class="codebox"><p>Code: </p><pre><code>string match {*\**} a*a</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Wed Mar 31, 2004 8:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Xpert]]></name></author>
		<updated>2004-03-31T04:19:59-04:00</updated>

		<published>2004-03-31T04:19:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35110#p35110</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35110#p35110"/>
		<title type="html"><![CDATA[How can 'string match' a *?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35110#p35110"><![CDATA[
It works, thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4667">Xpert</a> — Wed Mar 31, 2004 4:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-03-31T04:10:59-04:00</updated>

		<published>2004-03-31T04:10:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35109#p35109</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35109#p35109"/>
		<title type="html"><![CDATA[How can 'string match' a *?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35109#p35109"><![CDATA[
<a href="http://tcl.tk/man/tcl8.5/TclCmd/string.htm#M35" class="postlink">http://tcl.tk/man/tcl8.5/TclCmd/string.htm#M35</a><blockquote class="uncited"><div>\<em class="text-italics">x</em><br>Matches the single character <em class="text-italics">x</em>. This provides a way of avoiding the special interpretation of the characters <strong class="text-strong">*?[]\</strong> in pattern</div></blockquote>And since the parser itself performs backslash substitution, you'll need to escape the backslash to get one through to to the command. <div class="codebox"><p>Code: </p><pre><code>string match *\\** a*a</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Wed Mar 31, 2004 4:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Xpert]]></name></author>
		<updated>2004-03-31T03:55:58-04:00</updated>

		<published>2004-03-31T03:55:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35108#p35108</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35108#p35108"/>
		<title type="html"><![CDATA[How can 'string match' a *?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35108#p35108"><![CDATA[
How can i string match a *?<br>(ex: string match a '+' = [string match "*+*" "*$text*"])<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4667">Xpert</a> — Wed Mar 31, 2004 3:55 am</p><hr />
]]></content>
	</entry>
	</feed>
