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

	<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>2003-08-03T09:22:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[droolin]]></name></author>
		<updated>2003-08-03T09:22:55-04:00</updated>

		<published>2003-08-03T09:22:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24302#p24302</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24302#p24302"/>
		<title type="html"><![CDATA[ahhh, thanks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24302#p24302"><![CDATA[
I didnt have the "" around it.  That's why it didnt work.  Thank you very much.  Think I posted that reply last night around 3am and wasnt with it.  when I origionaly tried that I had the variable specified but I didn't have the "" around the full string I was trying to match.  Thank you.<br><br>droolin<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3562">droolin</a> — Sun Aug 03, 2003 9:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-08-03T04:11:10-04:00</updated>

		<published>2003-08-03T04:11:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24299#p24299</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24299#p24299"/>
		<title type="html"><![CDATA[regex question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24299#p24299"><![CDATA[
first.. you don't have the string in which the matching shall take place in that string-match<br>second, if you are matching with white-spaces you either need to add a ? for every whitespace, or you can just put "'s around it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><div class="codebox"><p>Code: </p><pre><code>[string match "*OPEN PROXY*" $string] </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Sun Aug 03, 2003 4:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[droolin]]></name></author>
		<updated>2003-08-02T23:20:13-04:00</updated>

		<published>2003-08-02T23:20:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24294#p24294</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24294#p24294"/>
		<title type="html"><![CDATA[?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24294#p24294"><![CDATA[
I tried to use string match like this: [string match *OPEN PROXY*]<br>for some reason, it didnt work. Hmmmmm, I was getting syntex error's in that sentence at the time and just removed that sentence and changed how I did it. <br>So, the string match will reconiethe white spaces???<br><br>droolin<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3562">droolin</a> — Sat Aug 02, 2003 11:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BarkerJr]]></name></author>
		<updated>2003-08-02T21:53:18-04:00</updated>

		<published>2003-08-02T21:53:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24292#p24292</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24292#p24292"/>
		<title type="html"><![CDATA[regex question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24292#p24292"><![CDATA[
Just use string match :)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2933">BarkerJr</a> — Sat Aug 02, 2003 9:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[droolin]]></name></author>
		<updated>2003-08-02T21:34:58-04:00</updated>

		<published>2003-08-02T21:34:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24290#p24290</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24290#p24290"/>
		<title type="html"><![CDATA[regex question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24290#p24290"><![CDATA[
Can anyone direct me to a good tutorial on the regex?  The script I wrote looks for a string of words in a text string.  Ex: Looking for "OPEN PROXY" in a text string returned in a pubm message to the channel.<br>    I delt with it by using the list, and checking speicific occurances for each word.  I know that the regex(hopefully I got that right) can be used.  So, I'd like to read up on it if anyone could send me in the right direction.<br>Thanks.<br><br>droolin<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3562">droolin</a> — Sat Aug 02, 2003 9:34 pm</p><hr />
]]></content>
	</entry>
	</feed>
