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

	<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>2006-07-08T23:24:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-07-08T23:24:47-04:00</updated>

		<published>2006-07-08T23:24:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64548#p64548</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64548#p64548"/>
		<title type="html"><![CDATA[regexp and its *maddening* ways of handling vars]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64548#p64548"><![CDATA[
Good to know, thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sat Jul 08, 2006 11:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-07-08T07:16:56-04:00</updated>

		<published>2006-07-08T07:16:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64534#p64534</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64534#p64534"/>
		<title type="html"><![CDATA[regexp and its *maddening* ways of handling vars]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64534#p64534"><![CDATA[
If you replace the braces ({}) with quotes ("") it will be the same.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jul 08, 2006 7:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-07-08T06:53:47-04:00</updated>

		<published>2006-07-08T06:53:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64533#p64533</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64533#p64533"/>
		<title type="html"><![CDATA[regexp and its *maddening* ways of handling vars]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64533#p64533"><![CDATA[
::rant::<br>Can someone explain why regexp will work with something like:<div class="codebox"><p>Code: </p><pre><code>set mylameregexp "blah blah($somevarIwanttoGrep) blah"regexp $mylameregexp $varIamGrepping match myvar</code></pre></div>But WON'T work with:<div class="codebox"><p>Code: </p><pre><code>regexp {blah blah ($somevarIwanttoGrep) blah} $varIamGrepping match myvar</code></pre></div>yes I realize that the $ is supposed to indicate an end of line, but then, why does $mylameregexp work? Nevermind, I think I know the answer <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br><br>Trying to set certain patterns in vars is itself an exercise in creative kludging...<br><br>::end rant::<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sat Jul 08, 2006 6:53 am</p><hr />
]]></content>
	</entry>
	</feed>
