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

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

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-06-04T11:35:15-04:00</updated>

		<published>2006-06-04T11:35:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63696#p63696</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63696#p63696"/>
		<title type="html"><![CDATA[Website splitting...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63696#p63696"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set list [regexp -all -inline {&lt;blablabla&gt;(\d{1,2}:\d{2})&lt;blublublub&gt;} $text]set i 0foreach {line in} $list {   incr i   set time($i) $in}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sun Jun 04, 2006 11:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Access]]></name></author>
		<updated>2006-06-04T06:48:47-04:00</updated>

		<published>2006-06-04T06:48:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63690#p63690</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63690#p63690"/>
		<title type="html"><![CDATA[Website splitting...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63690#p63690"><![CDATA[
Ok i have a variable with the sourcecode of a html-page. Now i want to filter out some data...<br>the variable with the source: $source<br><br>in the source is some text like <strong class="text-strong">&lt;blablabla&gt;14:55&lt;blublublub&gt;</strong> <br>so, now i want to filter out <strong class="text-strong">14:55</strong> and "put" (sorry for bad english) it into an array, $time(1), if <strong class="text-strong">&lt;blablabla&gt;14:55&lt;blublublub&gt;</strong> is not just once in the source, i want to filter out all times -&gt; $time(1), $time(2)....<br><br>Thanks for help!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7832">Access</a> — Sun Jun 04, 2006 6:48 am</p><hr />
]]></content>
	</entry>
	</feed>
