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

	<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-09-21T19:14:24-04:00</updated>

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

		<entry>
		<author><name><![CDATA[whittinghamj]]></name></author>
		<updated>2007-09-21T19:14:24-04:00</updated>

		<published>2007-09-21T19:14:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76116#p76116</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76116#p76116"/>
		<title type="html"><![CDATA[[ SOLVED} strip chars]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76116#p76116"><![CDATA[
ty very much<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7783">whittinghamj</a> — Fri Sep 21, 2007 7:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2007-09-21T18:44:11-04:00</updated>

		<published>2007-09-21T18:44:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76115#p76115</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76115#p76115"/>
		<title type="html"><![CDATA[Re: strip chars]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76115#p76115"><![CDATA[
Try using <span style="text-decoration:underline">split</span> <blockquote class="uncited"><div>[lindex [split "123/4567.89" /] 1]</div></blockquote> would return <span style="text-decoration:underline">4567.89</span> <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=8130">TCL_no_TK</a> — Fri Sep 21, 2007 6:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-09-21T18:43:36-04:00</updated>

		<published>2007-09-21T18:43:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76114#p76114</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76114#p76114"/>
		<title type="html"><![CDATA[strip chars]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76114#p76114"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>regsub {(.*?)/(.*?)} $inputvar {\2} outputvar</code></pre></div>Check the tcl regsub manpage for details about subSpec and such.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Fri Sep 21, 2007 6:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[whittinghamj]]></name></author>
		<updated>2007-09-21T18:22:02-04:00</updated>

		<published>2007-09-21T18:22:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76110#p76110</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76110#p76110"/>
		<title type="html"><![CDATA[strip chars]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76110#p76110"><![CDATA[
I have an output of<br><div class="codebox"><p>Code: </p><pre><code>123/4567.89</code></pre></div>I am trying to strip out (delete) everything before the " / " AND get rid of the " / " as well. Any ideas please? the part of 123 will change from between 4 and 8 letters so cannot do a static removal - need to search for " / " and del everything &lt; it if that makes sence<br><br>Thanks in advance<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7783">whittinghamj</a> — Fri Sep 21, 2007 6:22 pm</p><hr />
]]></content>
	</entry>
	</feed>
