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

	<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>2016-04-06T22:08:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2016-04-06T22:08:34-04:00</updated>

		<published>2016-04-06T22:08:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104903#p104903</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104903#p104903"/>
		<title type="html"><![CDATA[Re: doubts wildcard in a string]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104903#p104903"><![CDATA[
See:<br><a href="http://www.tcl.tk/man/tcl8.5/TclCmd/string.htm#M39" class="postlink">http://www.tcl.tk/man/tcl8.5/TclCmd/string.htm#M39</a><br><br><br>Examples:<br><br>&lt;my_handle&gt; .tcl string match "ABC-?????" "ABC-12345"<br>&lt;botnick&gt; Tcl: 1<br><br>&lt;my_handle&gt; .tcl string match "ABC-?????" "abc-12345"<br>&lt;botnick&gt; Tcl: 0<br><br>&lt;my_handle&gt; .tcl string match "ABC-?????" "ZYZ-12345"<br>&lt;botnick&gt; Tcl: 0<br><br><br>I hope this helps.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Wed Apr 06, 2016 10:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2016-04-06T19:24:21-04:00</updated>

		<published>2016-04-06T19:24:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104902#p104902</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104902#p104902"/>
		<title type="html"><![CDATA[doubts wildcard in a string]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104902#p104902"><![CDATA[
I need the code compare the first 4 characters of a string and if they are " ABC- " followed by 5 numeric characters either.<br>[string range $string 0 8] eq ABC-?????<br>How wildcards are used "? " ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Wed Apr 06, 2016 7:24 pm</p><hr />
]]></content>
	</entry>
	</feed>
