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

	<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-30T11:55:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-03-30T11:55:15-04:00</updated>

		<published>2004-03-30T11:55:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35092#p35092</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35092#p35092"/>
		<title type="html"><![CDATA[How to remove certain characters in a string]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35092#p35092"><![CDATA[
Use "trim" if you want to get rid of the ~ thing <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Mar 30, 2004 11:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Xpert]]></name></author>
		<updated>2004-03-30T06:00:19-04:00</updated>

		<published>2004-03-30T06:00:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35069#p35069</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35069#p35069"/>
		<title type="html"><![CDATA[How to remove certain characters in a string]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35069#p35069"><![CDATA[
Your welcome <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4667">Xpert</a> — Tue Mar 30, 2004 6:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-03-30T05:13:27-04:00</updated>

		<published>2004-03-30T05:13:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35067#p35067</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35067#p35067"/>
		<title type="html"><![CDATA[How to remove certain characters in a string]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35067#p35067"><![CDATA[
THANK YOU! i was searching the forums and was progressing, your lines seems a lot simpler and more efficient than what i have in hand right now. thanks once again  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by Guest — Tue Mar 30, 2004 5:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Xpert]]></name></author>
		<updated>2004-03-30T04:48:08-04:00</updated>

		<published>2004-03-30T04:48:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35063#p35063</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35063#p35063"/>
		<title type="html"><![CDATA[How to remove certain characters in a string]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35063#p35063"><![CDATA[
You can use 'split':<div class="codebox"><p>Code: </p><pre><code>set host "[split ~xxmcx@egghelp.org @]"set userident "[lindex $host 0]"set userhost "[lindex $host 1]"</code></pre></div><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4667">Xpert</a> — Tue Mar 30, 2004 4:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-03-30T01:29:57-04:00</updated>

		<published>2004-03-30T01:29:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35062#p35062</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35062#p35062"/>
		<title type="html"><![CDATA[How to remove certain characters in a string]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35062#p35062"><![CDATA[
Let's say i have this string(1word)  (~<a href="mailto:xxmcx@egghelp.org">xxmcx@egghelp.org</a>)<br><br><br><br>How would I go about removing the ( &amp; ) &amp; @, then putting the ident and hostmask into 2 different variables?<br><br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"><p>Statistics: Posted by Guest — Tue Mar 30, 2004 1:29 am</p><hr />
]]></content>
	</entry>
	</feed>
