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

	<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>2007-06-19T10:19:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[iamdeath]]></name></author>
		<updated>2007-06-19T10:19:33-04:00</updated>

		<published>2007-06-19T10:19:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73684#p73684</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73684#p73684"/>
		<title type="html"><![CDATA[regexp]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73684#p73684"><![CDATA[
Thanks I'll give it a try.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5982">iamdeath</a> — Tue Jun 19, 2007 10:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-06-19T07:11:14-04:00</updated>

		<published>2007-06-19T07:11:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73678#p73678</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73678#p73678"/>
		<title type="html"><![CDATA[regexp]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73678#p73678"><![CDATA[
Not quite the same, as [:alpha:] covers all alphabet-characters, not only a-z...<br>Also, if you were to replace + with a {n,} construct, n should be one (1) and not three (3)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Jun 19, 2007 7:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2007-06-19T06:59:17-04:00</updated>

		<published>2007-06-19T06:59:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73675#p73675</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73675#p73675"/>
		<title type="html"><![CDATA[regexp]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73675#p73675"><![CDATA[
<blockquote class="uncited"><div>^[[:alpha:]]+[[:digit:]]{2}$</div></blockquote>You can use this too:<br><div class="codebox"><p>Code: </p><pre><code>if {[regexp -nocase {^[a-z]{3,}[0-9]{2}$} $nick]} { blah }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Tue Jun 19, 2007 6:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-06-19T05:02:51-04:00</updated>

		<published>2007-06-19T05:02:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73673#p73673</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73673#p73673"/>
		<title type="html"><![CDATA[regexp]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73673#p73673"><![CDATA[
^[[:alpha:]]+[[:digit:]]{2}$<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Jun 19, 2007 5:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[iamdeath]]></name></author>
		<updated>2007-06-19T04:01:26-04:00</updated>

		<published>2007-06-19T04:01:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73672#p73672</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73672#p73672"/>
		<title type="html"><![CDATA[regexp]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73672#p73672"><![CDATA[
Currently this is to check if a nickname contains "alphabetnumberalphabet" for ex:<br><br>abcd33ad or eekk556xnxn<br><div class="codebox"><p>Code: </p><pre><code>if { [regexp -nocase {^[a-z]\d{1,}[a-z]$} $nick]} { </code></pre></div>How can I make it scan only "alphabet2digits" for ex:<br><br>abcd12 or aaa33 or dniionoin99 <br><br>So two digits in the end and alphabets in the start.<br> can you make me that experession.<br><br>Thanks<br>iamdeath<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5982">iamdeath</a> — Tue Jun 19, 2007 4:01 am</p><hr />
]]></content>
	</entry>
	</feed>
