<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>selfoss support forum - Regex Not Operator</title>
<link>https://forum.selfoss.aditu.de/</link>
<description>selfoss support forum</description>
<language>en</language>
<item>
<title>Regex Not Operator (reply)</title>
<content:encoded><![CDATA[<p>Totally understood. <br />
Thanks for fast response.</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=1384</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=1384</guid>
<pubDate>Thu, 08 Aug 2019 11:45:42 +0000</pubDate>
<dc:creator>iiimriii</dc:creator>
</item>
<item>
<title>Regex Not Operator (reply)</title>
<content:encoded><![CDATA[<p>I have decided it to split the advanced filtering into a <a href="https://github.com/SSilence/selfoss/issues/1125">separate feature request</a> in order not to block this to for selfoss 3.0.</p>
<p>Until then, you might be able to use something like <a href="http://feedrinse.com/index-old.php.">http://feedrinse.com/index-old.php.</a></p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=1383</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=1383</guid>
<pubDate>Thu, 08 Aug 2019 11:06:44 +0000</pubDate>
<dc:creator>jtojnar</dc:creator>
</item>
<item>
<title>Regex Not Operator (reply)</title>
<content:encoded><![CDATA[<p>Currently only PCRE-style regex is supported, which does not support negating the expression. You can try to use negative <a href="https://www.regular-expressions.info/lookaround.html#lookahead">lookahead</a> like <code>/^(?!.*(good)).*$/</code> but that will match posts that lack “good” in either the body or the title, so unless it is in both, it will not be filtered out.</p>
<p>This is one of my biggest gripes I have with selfoss. We have <a href="https://github.com/SSilence/selfoss/issues/858">an issue tracking more advanced filtering</a>.</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=1382</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=1382</guid>
<pubDate>Thu, 08 Aug 2019 08:07:12 +0000</pubDate>
<dc:creator>jtojnar</dc:creator>
</item>
<item>
<title>Regex Not Operator</title>
<content:encoded><![CDATA[<p>Hi, </p>
<p>\good\ </p>
<p>Above filters the  rss feeds that has good in it.</p>
<p>I am trying to pick articles that does not contain &quot;good&quot;</p>
<p>Been trying with many variations without luck.</p>
<p>I would appreciate feedback</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=1381</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=1381</guid>
<pubDate>Thu, 08 Aug 2019 03:54:03 +0000</pubDate>
<dc:creator>iiimriii</dc:creator>
</item>
</channel>
</rss>
