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

	<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-05-17T19:27:31-04:00</updated>

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

		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2004-05-17T19:27:31-04:00</updated>

		<published>2004-05-17T19:27:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36421#p36421</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36421#p36421"/>
		<title type="html"><![CDATA[Difference b/w &quot;REGEXP&quot; or &quot;STRING MATCH&quot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36421#p36421"><![CDATA[
Sounds like you already know the answers to your questions...<br><br>string match is ofcourse faster, but regexp provides complex pattern matching..<br><br>as for efficiency, it just matters what you want to do... if it can be done with string match, then that is the efficient method... otherwise the efficient method defaults to regexp (or even scan in some cases)..<br><br>Short answer... use string match when possible..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Mon May 17, 2004 7:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-05-17T02:11:34-04:00</updated>

		<published>2004-05-17T02:11:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36395#p36395</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36395#p36395"/>
		<title type="html"><![CDATA[Difference b/w &quot;REGEXP&quot; or &quot;STRING MATCH&quot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36395#p36395"><![CDATA[
Hello,<br><br>Well I have some scripts like a caps kicker, drone nick<br>kicker, control codes kicker, and etc etc. protection<br>scripts for my bot.<br><br>Both 'regexp' and 'string match' functions can be used<br>in these scripts to match certain characters in nicks,<br>and texts.<br><br>I was wondering which is a faster way, I mean which<br>command excutes a faster output "regexp" or "string match"<br><br>This faster output que, could be efficient to kick-ban people<br>with a faster ammount of time with minimal lag.<br><br>'regexp' i know is a complex matching sequence, while<br>string match is just the basic one.<br><br>Which will have a faster output? and which would have<br>an efficient, accurate (better) output?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon May 17, 2004 2:11 am</p><hr />
]]></content>
	</entry>
	</feed>
