<?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[replace multiline data]]></title><description><![CDATA[<p dir="auto">hi to everybody! i have this data on multiline:</p>
<p dir="auto">“Thumbnail”: “data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/4gIoSUNDX1BST0ZJTEUAAQEAAAIYAAAAAAIQAABtbnRyUkdCIFhZWiAAAAAAAAAAAAAAAABhY3NwAAAAAAAAAAAAAFhZWiAAAAAAAABvogAAOPUAAAOQWFlaIAAAAAAAAGKZAAC3hQAAGNpYWVogAAAAAAAAJKAAAA+EAAC2z3BhcmEAAAAAAAQAAAAC…”</p>
<p dir="auto">and i want delete all data or replace with “Thumbnail”: “”<br />
how to dell all data?? this entries it is repeated several times in the document…</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/18363/replace-multiline-data</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 15:49:46 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/18363.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 13 Oct 2019 07:25:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to replace multiline data on Wed, 05 Feb 2020 05:58:36 GMT]]></title><description><![CDATA[<p dir="auto">Hello,<a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/9407">@cisco779k</a></p>
<p dir="auto">Follow these steps to replace multi line data :</p>
<p dir="auto"><strong>Step 1</strong> :- Go to the menu <strong>Plugins</strong>&gt;<strong>Plugin Manager</strong>&gt;<strong>Show Plugin Manager</strong><br />
<strong>Step 2</strong> :- Than select Check <strong>Tool Bucket</strong> and Install.<br />
<strong>Step 3</strong> :- Restart Notepad++.<br />
<strong>Step 4</strong> :- Press <strong>ALT + SHIFT + F</strong> to multi line edit.</p>
<p dir="auto">I hope above information will be useful for you.<br />
Thank you.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/50335</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/50335</guid><dc:creator><![CDATA[Prahlad-Makwana4145]]></dc:creator><pubDate>Wed, 05 Feb 2020 05:58:36 GMT</pubDate></item><item><title><![CDATA[Reply to replace multiline data on Sun, 13 Oct 2019 15:38:27 GMT]]></title><description><![CDATA[<p dir="auto">oh yesss! great!<br />
tanxs to everybody for your support!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/47781</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/47781</guid><dc:creator><![CDATA[cisco779k]]></dc:creator><pubDate>Sun, 13 Oct 2019 15:38:27 GMT</pubDate></item><item><title><![CDATA[Reply to replace multiline data on Sun, 13 Oct 2019 14:51:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/9407">@cisco779k</a> said in <a href="/post/47778">replace multiline data</a>:</p>
<blockquote>
<p dir="auto">“Thumbnail”: “data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQAB…"<br />
other line…<br />
“Thumbnail”: “data:image/jpeg;base64,/9j/234827598745845345…"<br />
other line…<br />
“Thumbnail”: “data:image/jpeg;base64,/9j/4A34t34tt54t54t45t45t4t5…"<br />
i want replace all value on my file<br />
“Thumbnail”: “data:image/jpeg;base64,/various number and letter…"<br />
with “Thumbnail”: “”</p>
</blockquote>
<p dir="auto"><code>""" “““</code><br />
check regular expression<br />
find what: “Thumbnail”: “.*"<br />
replace with: “Thumbnail”: “”<br />
press replace all<br />
Wrap around :  <code>checked true</code></p>
]]></description><link>https://community.notepad-plus-plus.org/post/47780</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/47780</guid><dc:creator><![CDATA[rinku singh]]></dc:creator><pubDate>Sun, 13 Oct 2019 14:51:26 GMT</pubDate></item><item><title><![CDATA[Reply to replace multiline data on Sun, 13 Oct 2019 14:09:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/9407">@cisco779k</a> said in <a href="/post/47778">replace multiline data</a>:</p>
<p dir="auto">from your given example</p>
<p dir="auto">check <strong>regular expression</strong><br />
find what:<code>(?&lt;="Thumbnail": ").*?(?=")</code><br />
replace with is empty<br />
press <strong>replace all</strong></p>
]]></description><link>https://community.notepad-plus-plus.org/post/47779</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/47779</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Sun, 13 Oct 2019 14:09:06 GMT</pubDate></item><item><title><![CDATA[Reply to replace multiline data on Sun, 13 Oct 2019 13:52:49 GMT]]></title><description><![CDATA[<p dir="auto">no, you do not have me understand…<br />
i have one file with Thumbnail data repeated several times, but on date value changes<br />
ex:<br />
“Thumbnail”: “data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQAB…"<br />
other line…<br />
“Thumbnail”: “data:image/jpeg;base64,/9j/234827598745845345…"<br />
other line…<br />
“Thumbnail”: “data:image/jpeg;base64,/9j/4A34t34tt54t54t45t45t4t5…"</p>
<p dir="auto">i want replace all value on my file<br />
“Thumbnail”: “data:image/jpeg;base64,/various number and letter…"<br />
with “Thumbnail”: “”</p>
]]></description><link>https://community.notepad-plus-plus.org/post/47778</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/47778</guid><dc:creator><![CDATA[cisco779k]]></dc:creator><pubDate>Sun, 13 Oct 2019 13:52:49 GMT</pubDate></item><item><title><![CDATA[Reply to replace multiline data on Sun, 13 Oct 2019 12:48:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/9407">@cisco779k</a> said in <a href="/post/47773">replace multiline data</a>:</p>
<blockquote>
<p dir="auto">“Thumbnail”: “data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/4gIoSUNDX1BST0ZJTEUAAQEAAAIYAAAAAAIQAABtbnRyUkdCIFhZWiAAAAAAAAAAAAAAAABhY3NwAAAAAAAAAAAAAFhZWiAAAAAAAABvogAAOPUAAAOQWFlaIAAAAAAAAGKZAAC3hQAAGNpYWVogAAAAAAAAJKAAAA+EAAC2z3BhcmEAAAAAAAQAAAAC…”</p>
</blockquote>
<p dir="auto">multiline ?? copy these data and paste in npp this data is not multiline<br />
you can share <a href="https://pastebin.com/3t6i7WU5" rel="nofollow ugc">pastebin</a> link</p>
]]></description><link>https://community.notepad-plus-plus.org/post/47774</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/47774</guid><dc:creator><![CDATA[rinku singh]]></dc:creator><pubDate>Sun, 13 Oct 2019 12:48:37 GMT</pubDate></item></channel></rss>