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

	<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-01-11T17:57:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2004-01-11T17:57:03-04:00</updated>

		<published>2004-01-11T17:57:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32448#p32448</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32448#p32448"/>
		<title type="html"><![CDATA[regexp - help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32448#p32448"><![CDATA[
already answered <a href="http://www.tclscript.com/cgi-bin/yabb/YaBB.pl?board=scrhelp;action=display;num=1073850508" class="postlink">here</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Sun Jan 11, 2004 5:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[EEggy]]></name></author>
		<updated>2004-01-11T14:57:34-04:00</updated>

		<published>2004-01-11T14:57:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32441#p32441</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32441#p32441"/>
		<title type="html"><![CDATA[regexp - help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32441#p32441"><![CDATA[
Hi strikelight &lt;- regexp's expert.<br><br>could you please help me again? advance thanks<br>regexp {^[^0-9]*([0-9]$){1}} $nick  works perfect if nick has number at the end.<br><br>if nick has slash(\), breakets ] or [ ,  or ' at the end, like the above for numbers.<br><br>like -&gt; test\ or test[ or test] or  test`<br>and if underscore at the end or start, like test_ or _test<br><br><br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1962">EEggy</a> — Sun Jan 11, 2004 2:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[EEggy]]></name></author>
		<updated>2004-01-01T22:59:46-04:00</updated>

		<published>2004-01-01T22:59:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32058#p32058</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32058#p32058"/>
		<title type="html"><![CDATA[regexp - help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32058#p32058"><![CDATA[
Thanks again, perfect.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1962">EEggy</a> — Thu Jan 01, 2004 10:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2004-01-01T19:10:34-04:00</updated>

		<published>2004-01-01T19:10:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32056#p32056</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32056#p32056"/>
		<title type="html"><![CDATA[regexp - help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32056#p32056"><![CDATA[
I haven't tested this thoroughly but it may be what you're after...<br><div class="codebox"><p>Code: </p><pre><code>regexp {^[^0-9]*([0-9]$){1}} $nick</code></pre></div>else... see the manual page entry for re-syntax.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Thu Jan 01, 2004 7:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[EEggy]]></name></author>
		<updated>2004-01-01T02:49:15-04:00</updated>

		<published>2004-01-01T02:49:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32046#p32046</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32046#p32046"/>
		<title type="html"><![CDATA[regexp - help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32046#p32046"><![CDATA[
Thank you much, it worked.<br><br>but it also works for "t1s3t2" as well, how do i make sure, it should just check the only last number in the nick, in this example last number is 2, but also 1 and 3 are there too, so it should ignore this type..<br><br>thanks again<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1962">EEggy</a> — Thu Jan 01, 2004 2:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2004-01-01T02:08:14-04:00</updated>

		<published>2004-01-01T02:08:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32045#p32045</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32045#p32045"/>
		<title type="html"><![CDATA[regexp - help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32045#p32045"><![CDATA[
maybe something like:<div class="codebox"><p>Code: </p><pre><code>regexp {([^0-9][0-9]$){1}} $nick</code></pre></div>of course... you could always just use string functions like string index, string is... etc...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Thu Jan 01, 2004 2:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[EEggy]]></name></author>
		<updated>2003-12-31T23:17:03-04:00</updated>

		<published>2003-12-31T23:17:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32043#p32043</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32043#p32043"/>
		<title type="html"><![CDATA[regexp - help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32043#p32043"><![CDATA[
Hi,<br>could you please help me to write the regexp for the following?<br><br>if nick has just one digit at the end? like tim9, kim4..etc?<br><br>[regexp {.*([0-9]){1,}.*} $nick]}<br><br><br>thanks &amp; happy new year<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1962">EEggy</a> — Wed Dec 31, 2003 11:17 pm</p><hr />
]]></content>
	</entry>
	</feed>
