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

	<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>2006-10-21T09:37:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-10-21T09:37:46-04:00</updated>

		<published>2006-10-21T09:37:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67310#p67310</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67310#p67310"/>
		<title type="html"><![CDATA[Help with deleting words]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67310#p67310"><![CDATA[
Either with string map or regsub:<br><br>regsub -all {&lt;td.*?&gt;} $var {} var<br>regsub -all {&lt;/td&gt;} $var {} var<br><br>or <br><br>set var [string map {"&lt;td align=\"center\"&gt;" "" "&lt;/td&gt;" ""} $var]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sat Oct 21, 2006 9:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pestywesty]]></name></author>
		<updated>2006-10-21T07:27:02-04:00</updated>

		<published>2006-10-21T07:27:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67304#p67304</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67304#p67304"/>
		<title type="html"><![CDATA[Help with deleting words]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67304#p67304"><![CDATA[
Lets say I have a variable $var<br><br>$var == &lt;td align="center"&gt;13 October 06&lt;/td&gt;"<br><br>How can I go about manipulating $var such that I get only "13 October 06" out of the code?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8307">pestywesty</a> — Sat Oct 21, 2006 7:27 am</p><hr />
]]></content>
	</entry>
	</feed>
