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

	<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-29T14:52:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-03-29T14:52:54-04:00</updated>

		<published>2004-03-29T14:52:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35052#p35052</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35052#p35052"/>
		<title type="html"><![CDATA[regexp question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35052#p35052"><![CDATA[
euhm no it is supposed to match this ..<br><br><br>????\.?*<br><br>or <br><br>*?\.????<br><br>also host can match figurs not only words ..<br><br>domain.tld = tld only words no figurs .. <br><br>domain = words and figurs<br><br>so <br><br>domain \[a-Z0-9\]<br><br>tld \[a-Z\]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Mon Mar 29, 2004 2:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-03-29T13:41:26-04:00</updated>

		<published>2004-03-29T13:41:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35045#p35045</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35045#p35045"/>
		<title type="html"><![CDATA[regexp question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35045#p35045"><![CDATA[
something like<div class="codebox"><p>Code: </p><pre><code>regexp -all {[a-zA-Z]} $text</code></pre></div>will match ONLY words without numbers.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Mar 29, 2004 1:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-03-29T10:52:13-04:00</updated>

		<published>2004-03-29T10:52:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35039#p35039</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35039#p35039"/>
		<title type="html"><![CDATA[regexp question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35039#p35039"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>[regexp ^\[a-zA-Z\]+\.\[0-9a-zA-Z\]+$ [reverse_string [lindex $arg 0]]]</code></pre></div>this string is meanth to match a host so all hosts exists out of host.tld atleast domain.tld so i was wondering how i could make a match to check that ?? i could check for the string matched a "." but then an ip would match it as well so ..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Mon Mar 29, 2004 10:52 am</p><hr />
]]></content>
	</entry>
	</feed>
