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

	<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>2003-06-11T14:16:49-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-06-11T14:16:49-04:00</updated>

		<published>2003-06-11T14:16:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21685#p21685</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21685#p21685"/>
		<title type="html"><![CDATA[Splitting strings]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21685#p21685"><![CDATA[
Use regexp, as in<br><br>regexp {(http://\S+)} $text match url<br><br>Then $url should contain the url.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed Jun 11, 2003 2:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nso]]></name></author>
		<updated>2003-06-11T13:01:01-04:00</updated>

		<published>2003-06-11T13:01:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21680#p21680</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21680#p21680"/>
		<title type="html"><![CDATA[Splitting strings]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21680#p21680"><![CDATA[
Hi,<br><br>I need to split a string with the syntax "random random <a href="http://whatever.tld" class="postlink">http://whatever.tld</a> random random" but have had no luck in my quest.<br>since the only absolute in the string is http i htought i could use split.. but i can't find the right syntax..<br><br>what i want to do is seperate the <a href="http://whatever.tld" class="postlink">http://whatever.tld</a> from the rest of the string.. storing it in another variable..<br><br><br>anyone know of a good procedure?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3074">nso</a> — Wed Jun 11, 2003 1:01 pm</p><hr />
]]></content>
	</entry>
	</feed>
