<?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[regex REPLACE Failure]]></title><description><![CDATA[<p dir="auto">When trying this Regular Expression REPLACE “^20…”  with “&lt;td&gt;&amp;&lt;/td&gt;” .<br />
That is, surround every occurrence of a line beginning with 20 and the following 2 characters with “&lt;td&gt;”  and “&lt;/td&gt;”  ---- the result, does the “surround” but  replaces every “20…”  with the character “&amp;” . It should not replace any of the “20…”  simply surround them.</p>
<p dir="auto">This works, tho, in TEXTPAD.</p>
<p dir="auto">Notepad++ v6.3</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/12399/regex-replace-failure</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 18:17:57 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/12399.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 22 Sep 2016 20:58:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to regex REPLACE Failure on Thu, 22 Sep 2016 21:49:40 GMT]]></title><description><![CDATA[<p dir="auto">Use <code>$0</code> instead of <code>&amp;</code>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/18020</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/18020</guid><dc:creator><![CDATA[MAPJe71]]></dc:creator><pubDate>Thu, 22 Sep 2016 21:49:40 GMT</pubDate></item></channel></rss>