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

	<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-11T23:31:56-04:00</updated>

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

		<entry>
		<author><name><![CDATA[droolin]]></name></author>
		<updated>2004-03-11T23:31:56-04:00</updated>

		<published>2004-03-11T23:31:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34500#p34500</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34500#p34500"/>
		<title type="html"><![CDATA[I wondered if that was part my problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34500#p34500"><![CDATA[
I know that the utility I was using was written for perl and not tcl.  And the reading I have done, tutorials on regular expresion.  I have seen some differences(I think) between tcl and perl regular expressions.  I am also writting some things in perl also, so its not a wasted download.  <br>What you just told me was a huge help.  I didn't even know I had this utility on my unix box, and I was testing on my windows machine.  After a bit of reading, I will definatly use this utility alot. Specially after the bit I just tested.  Again, what you just told me is a huge help.  Both for now, and later projects.<br>Thank you again.<br><br>droolin<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3562">droolin</a> — Thu Mar 11, 2004 11:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2004-03-11T22:25:24-04:00</updated>

		<published>2004-03-11T22:25:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34499#p34499</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34499#p34499"/>
		<title type="html"><![CDATA[regular expression question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34499#p34499"><![CDATA[
You'd be better off using tclsh to do the testing. Not all regular expression parsers are the same.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Thu Mar 11, 2004 10:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[droolin]]></name></author>
		<updated>2004-03-11T21:10:57-04:00</updated>

		<published>2004-03-11T21:10:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34496#p34496</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34496#p34496"/>
		<title type="html"><![CDATA[hmmmm]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34496#p34496"><![CDATA[
I have not moved anything into the tcl script yet, I was using the utility like I said for testing.  I had enclosed all the special characters I was looking for within the [ ], and it worked.  Im new to this, never did regular expresion at all before.  Thats why I grabbed that utility to help me test.<br>Chuckle, I had tried \\ and \\\..  but, not \\\\.  <br>thank you, I will try that next.<br><br>droolin<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3562">droolin</a> — Thu Mar 11, 2004 9:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2004-03-11T20:49:13-04:00</updated>

		<published>2004-03-11T20:49:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34495#p34495</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34495#p34495"/>
		<title type="html"><![CDATA[regular expression question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34495#p34495"><![CDATA[
Depends if you're using { } or " " to enclose the regular expression. If { }, then \\ is right. Otherwise, you actually need \\\\.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Thu Mar 11, 2004 8:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[droolin]]></name></author>
		<updated>2004-03-11T20:40:49-04:00</updated>

		<published>2004-03-11T20:40:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34494#p34494</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34494#p34494"/>
		<title type="html"><![CDATA[regular expression question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34494#p34494"><![CDATA[
Im trying to build a regular expresion that will catch special characters within a nick, and I am using the free regular expression utility <strong class="text-strong">pcre</strong> to test with before I put it into the script.  To this point, I have been able to correctly identify the following special characters via my regular expresion: (){}|[]`^, basicatly I just made it a regular expression class. <div class="codebox"><p>Code: </p><pre><code>[\[\](){}|'`^]</code></pre></div>The only special character that I seem to have problems with identifying is the escape character \. The tutorials that I have read say that you should do this: \\ for it to be considered a regular character.  But, alas... Not working.<br><br>Can anyone offer any sugestions on how I can identify that character in a regular expresion?  Or, should I forgo the regular expresion option for that character only, and use an array to look for it???<br><br>Thank you in advance.<br><br>droolin<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3562">droolin</a> — Thu Mar 11, 2004 8:40 pm</p><hr />
]]></content>
	</entry>
	</feed>
