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

	<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-04-06T23:31:16-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-04-06T23:31:16-04:00</updated>

		<published>2003-04-06T23:31:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18660#p18660</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18660#p18660"/>
		<title type="html"><![CDATA[Regexp n00b]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18660#p18660"><![CDATA[
Looks like you just forgot the spaces?<br><br>regexp {([^ ]+\.[^ ]+)} $word} ign dottedstring<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Sun Apr 06, 2003 11:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-06T21:30:08-04:00</updated>

		<published>2003-04-06T21:30:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18659#p18659</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18659#p18659"/>
		<title type="html"><![CDATA[Regexp n00b]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18659#p18659"><![CDATA[
alright im new to the regexp command, what im trying to do, is take the following string "(hello) (this) is.my.test.string-hehe (ok)" and make regexp match and take out only the "is.my.test.string-hehe" however im sort of stuck =\<br><br>my current script: <br>set word1 "(hello) (this) is.my.test.string-hehe (ok)"<br>if {[regexp {([^]+\.[^]+)} $word1 {} dottedstring]} {<br>        echo "dottedstring is: $dottedstring"<br>}<br><br>Its not matching correctly and I could use some help =|<p>Statistics: Posted by Guest — Sun Apr 06, 2003 9:30 pm</p><hr />
]]></content>
	</entry>
	</feed>
