<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Hilfe bei regulärem Ausdruck]]></title><description><![CDATA[<p>Hi!</p>
<p>Ich benötige eine regexp, die in einem HTML Dokument alles matched, was <strong>nicht</strong> zwischen &lt;td&gt; und &lt;/td&gt; oder &lt;a hfref..&gt; und &lt;/a&gt; steht.</p>
<p>Die Umkehrung ist leicht und schnell gebaut, aber wie bekomme ich es auf diese Art und Weise?</p>
<p>Danke für eure Hilfe!!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/196410/hilfe-bei-regulärem-ausdruck</link><generator>RSS for Node</generator><lastBuildDate>Tue, 30 Jun 2026 02:25:31 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/196410.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 29 Oct 2007 13:27:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Hilfe bei regulärem Ausdruck on Mon, 29 Oct 2007 13:27:23 GMT]]></title><description><![CDATA[<p>Hi!</p>
<p>Ich benötige eine regexp, die in einem HTML Dokument alles matched, was <strong>nicht</strong> zwischen &lt;td&gt; und &lt;/td&gt; oder &lt;a hfref..&gt; und &lt;/a&gt; steht.</p>
<p>Die Umkehrung ist leicht und schnell gebaut, aber wie bekomme ich es auf diese Art und Weise?</p>
<p>Danke für eure Hilfe!!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1394106</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1394106</guid><dc:creator><![CDATA[thewilli]]></dc:creator><pubDate>Mon, 29 Oct 2007 13:27:23 GMT</pubDate></item><item><title><![CDATA[Reply to Hilfe bei regulärem Ausdruck on Mon, 29 Oct 2007 14:45:16 GMT]]></title><description><![CDATA[<p>Geht mit negativer look-ahead und look-behind Anweisung (?! und ?&lt;!). Siehe <a href="http://perldoc.perl.org/perlre.html" rel="nofollow">http://perldoc.perl.org/perlre.html</a>.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1394147</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1394147</guid><dc:creator><![CDATA[minhen]]></dc:creator><pubDate>Mon, 29 Oct 2007 14:45:16 GMT</pubDate></item></channel></rss>