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

	<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-06-26T18:11:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[phab]]></name></author>
		<updated>2006-06-26T18:11:55-04:00</updated>

		<published>2006-06-26T18:11:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64334#p64334</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64334#p64334"/>
		<title type="html"><![CDATA[Extract Words]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64334#p64334"><![CDATA[
Quick and REALLY dirty:<div class="codebox"><p>Code: </p><pre><code>#!/usr/bin/env tclshset output {            &lt;td align="right"&gt;Saudi-Arabien&lt;/td&gt;            &lt;td&gt;&lt;/td&gt;            &lt;td&gt;Spanien&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class="ergebnis"&gt;            &lt;td align="right"&gt;0&lt;/td&gt;            &lt;td&gt;:&lt;/td&gt;            &lt;td&gt;0&lt;/td&gt;          &lt;/tr&gt;        &lt;/table&gt;      &lt;/div&gt;}regsub -all -- {&lt;[^&gt;]*&gt;} $output "" output regsub -all -- {\n} $output "" outputputs "[lindex $output 0] [lindex $output 2]:[lindex $output 4] [lindex $output 1]"</code></pre></div>Output:<div class="codebox"><p>Code: </p><pre><code>phab@Debian:~$ ./blahblah.tclSaudi-Arabien 0:0 Spanien</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6630">phab</a> — Mon Jun 26, 2006 6:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Garp]]></name></author>
		<updated>2006-06-23T12:52:26-04:00</updated>

		<published>2006-06-23T12:52:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64287#p64287</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64287#p64287"/>
		<title type="html"><![CDATA[Extract Words]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64287#p64287"><![CDATA[
<a href="http://forum.egghelp.org/viewtopic.php?t=8796&amp;highlight=strip+html" class="postlink">http://forum.egghelp.org/viewtopic.php? ... strip+html</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3849">Garp</a> — Fri Jun 23, 2006 12:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Access]]></name></author>
		<updated>2006-06-23T08:50:52-04:00</updated>

		<published>2006-06-23T08:50:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64280#p64280</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64280#p64280"/>
		<title type="html"><![CDATA[Extract Words]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64280#p64280"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>            &lt;td align="right"&gt;Saudi-Arabien&lt;/td&gt;            &lt;td&gt;&lt;/td&gt;            &lt;td&gt;Spanien&lt;/td&gt;          &lt;/tr&gt;          &lt;tr class="ergebnis"&gt;            &lt;td align="right"&gt;0&lt;/td&gt;            &lt;td&gt;:&lt;/td&gt;            &lt;td&gt;0&lt;/td&gt;          &lt;/tr&gt;        &lt;/table&gt;      &lt;/div&gt;      </code></pre></div>Thats Data i´ve cached from a Webpage....<br><br>Now i am to stupid to use regexp i think....<br><br>I want the following variables:<br><br>$team1 = "Saudi-Arabien"<br>$team2 = "Spanien"<br>$score1 = "0"<br>$score2 = "0"<br><br>HOW CAN I DO THIS? Plz help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>THX!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7832">Access</a> — Fri Jun 23, 2006 8:50 am</p><hr />
]]></content>
	</entry>
	</feed>
