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

	<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>2005-04-22T11:20:22-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-04-22T11:20:22-04:00</updated>

		<published>2005-04-22T11:20:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48435#p48435</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48435#p48435"/>
		<title type="html"><![CDATA[RegSub question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48435#p48435"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>      regsub -all -- {[^A-z]} $text "" cleanstring</code></pre></div></div></blockquote>whats the sense of this? if you had looked at the posted ASCII table, you would know, that "A-z" and -nocase "a-z" are NOT the same.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Fri Apr 22, 2005 11:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dedan]]></name></author>
		<updated>2005-04-21T07:49:16-04:00</updated>

		<published>2005-04-21T07:49:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48398#p48398</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48398#p48398"/>
		<title type="html"><![CDATA[RegSub question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48398#p48398"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>      regsub -all -- {[^A-z]} $text "" cleanstring</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3472">Dedan</a> — Thu Apr 21, 2005 7:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stammer]]></name></author>
		<updated>2005-04-21T06:18:22-04:00</updated>

		<published>2005-04-21T06:18:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48393#p48393</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48393#p48393"/>
		<title type="html"><![CDATA[RegSub question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48393#p48393"><![CDATA[
Thanks alot to all <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br><br>everything working ok...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2835">stammer</a> — Thu Apr 21, 2005 6:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-04-20T13:34:57-04:00</updated>

		<published>2005-04-20T13:34:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48355#p48355</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48355#p48355"/>
		<title type="html"><![CDATA[RegSub question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48355#p48355"><![CDATA[
Hmm, I somehow missread that [^...] thing in the manual, very intresting indeed <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">. in his example a much better solution <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">.<br><blockquote class="uncited"><div>For example, assume the collating sequence includes a ch multi-character collating element. Then the RE [[.ch.]]*c (zero or more ch's followed by c) matches the first five characters of `chchcc'. Also, the RE [^c]b matches all of `chb' (because [^c] matches the multi-character ch).</div></blockquote>confused me and made me ignore that:<blockquote class="uncited"><div>If the list begins with `^', it matches any single character (but see below) not from the rest of the list.</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Wed Apr 20, 2005 1:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-04-20T12:05:27-04:00</updated>

		<published>2005-04-20T12:05:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48348#p48348</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48348#p48348"/>
		<title type="html"><![CDATA[RegSub question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48348#p48348"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>regsub -all -nocase {[^a-z]} $string {} cleanstring</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Wed Apr 20, 2005 12:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-04-20T08:19:10-04:00</updated>

		<published>2005-04-20T08:19:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48340#p48340</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48340#p48340"/>
		<title type="html"><![CDATA[RegSub question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48340#p48340"><![CDATA[
take out an <a href="http://www.lookuptables.com/" class="postlink">ASCII table</a> and put just all ranges of that chars you don't like within [] braces like [\000-\377].<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Wed Apr 20, 2005 8:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stammer]]></name></author>
		<updated>2005-04-20T03:23:56-04:00</updated>

		<published>2005-04-20T03:23:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48334#p48334</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48334#p48334"/>
		<title type="html"><![CDATA[RegSub question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48334#p48334"><![CDATA[
Hi all,<br><br>i have string like this :<br><br>asfgghgfh45453*)_()([]{}!@#%^^%+-^#$#@35fsggdfg34534ASDEd45<br><br>my question is how to remove from it all except <br>alphabet characters --&gt; a-z, A-Z<br><br>out string have to look like this :<br><br>asfgghgfhfsggdfgASDEd<br><br>Thanks alot.<br><br>P.S. Sorry for my bad English I'm from Bulgaria<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2835">stammer</a> — Wed Apr 20, 2005 3:23 am</p><hr />
]]></content>
	</entry>
	</feed>
