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

	<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>2012-06-14T02:59:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2012-06-14T02:59:36-04:00</updated>

		<published>2012-06-14T02:59:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99599#p99599</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99599#p99599"/>
		<title type="html"><![CDATA[combining string matches]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99599#p99599"><![CDATA[
Regexp?<div class="codebox"><p>Code: </p><pre><code>if {[regexp {href|http|@} $n]} {</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Jun 14, 2012 2:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NewzNZ]]></name></author>
		<updated>2012-06-13T21:29:45-04:00</updated>

		<published>2012-06-13T21:29:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99598#p99598</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99598#p99598"/>
		<title type="html"><![CDATA[combining string matches]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99598#p99598"><![CDATA[
Hi all<br><br>Just wondering if there's a way to combine these string matches into a shorter operation?<br><div class="codebox"><p>Code: </p><pre><code>if {[string match *href* $n] || [string match *http* $n] || [string match *@* $n]} {</code></pre></div>Thanks in advance for any help!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10525">NewzNZ</a> — Wed Jun 13, 2012 9:29 pm</p><hr />
]]></content>
	</entry>
	</feed>
