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

	<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>2012-05-24T08:05:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Jagg]]></name></author>
		<updated>2012-05-24T08:05:10-04:00</updated>

		<published>2012-05-24T08:05:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99455#p99455</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99455#p99455"/>
		<title type="html"><![CDATA[small regexp to convert a url]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99455#p99455"><![CDATA[
Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4460">Jagg</a> — Thu May 24, 2012 8:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[doggo]]></name></author>
		<updated>2012-05-23T11:37:25-04:00</updated>

		<published>2012-05-23T11:37:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99449#p99449</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99449#p99449"/>
		<title type="html"><![CDATA[small regexp to convert a url]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99449#p99449"><![CDATA[
summit like this? untested but should do the job<br><div class="codebox"><p>Code: </p><pre><code>set url "http://www.url.de/finanzen/maerkte/:zahlungsverzug-die-bonitaet-der-kunden-pruefen/70040990.html#utm_source=rss2&amp;utm_medium=rss_feed&amp;utm_campaign=/finanzen/maerkte"regexp {.*([0-9]+).html.*} $url match html_idset new_url "http://www.url.de/article/$html_id.html"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11046">doggo</a> — Wed May 23, 2012 11:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Jagg]]></name></author>
		<updated>2012-05-23T12:45:07-04:00</updated>

		<published>2012-05-23T09:55:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99448#p99448</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99448#p99448"/>
		<title type="html"><![CDATA[small regexp to convert a url]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99448#p99448"><![CDATA[
Hi,<br><br>which regexp do I need to regexp a url like<div class="codebox"><p>Code: </p><pre><code>http://www.ftd.de/finanzen/maerkte/:zahlungsverzug-die-bonitaet-der-kunden-pruefen/70040990.html#utm_source=rss2&amp;utm_medium=rss_feed&amp;utm_campaign=/finanzen/maerkte</code></pre></div>to<div class="codebox"><p>Code: </p><pre><code>www.ftd.de/article/70040990.html</code></pre></div>So<br>- <a href="http://www.ftd.de" class="postlink">www.ftd.de</a> is always the same<br>- look for int value followed by ".html" (here 70040990.html)<br>- the transform it to "<a href="http://www.ftd.de/article/70040990.html" class="postlink">www.ftd.de/article/70040990.html</a>"<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4460">Jagg</a> — Wed May 23, 2012 9:55 am</p><hr />
]]></content>
	</entry>
	</feed>
