<?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[begining and end of line]]></title><description><![CDATA[<p dir="auto">Hello<br />
i have some lines in different text files which begin by Langue:</p>
<p dir="auto">by ewample in a file<br />
Langue: something</p>
<p dir="auto">in an other</p>
<p dir="auto">Langue: other words</p>
<p dir="auto">so in each text file i g<br />
i would find all the end of lines which begin by Langue:… and copy under a second line</p>
<p dir="auto">to get as result</p>
<p dir="auto">Langue: something<br />
Titre:</p>
<p dir="auto">or<br />
Langue: other words<br />
Titre:</p>
<p dir="auto">How to copy a text after a line which begin by a selected word?</p>
<p dir="auto">thanks</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/15148/begining-and-end-of-line</link><generator>RSS for Node</generator><lastBuildDate>Tue, 15 Sep 2026 11:58:25 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/15148.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 Jan 2018 16:10:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to begining and end of line on Thu, 25 Jan 2018 17:18:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-sumner" aria-label="Profile: Scott-Sumner">@<bdi>Scott-Sumner</bdi></a> said:</p>
<blockquote>
<p dir="auto">Find what zone: (?-s)^word1.*\R<br />
Replace with zone: $0word2\r\n<br />
Match case checkbox: your choice if you need it ticked or not<br />
Search mode: Regular expression</p>
</blockquote>
<p dir="auto">thanks scott works perfectly</p>
]]></description><link>https://community.notepad-plus-plus.org/post/29737</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/29737</guid><dc:creator><![CDATA[Pouemes44]]></dc:creator><pubDate>Thu, 25 Jan 2018 17:18:57 GMT</pubDate></item><item><title><![CDATA[Reply to begining and end of line on Thu, 25 Jan 2018 16:25:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pouemes44" aria-label="Profile: Pouemes44">@<bdi>Pouemes44</bdi></a></p>
<p dir="auto">Regular expressions (read about them) can do it:</p>
<p dir="auto"><strong>Find what</strong> zone: <code>(?-s)^word1.*\R</code><br />
<strong>Replace with</strong> zone: <code>$0word2\r\n</code><br />
<strong>Match case</strong> checkbox:  your choice if you need it ticked or not<br />
<strong>Search mode</strong>: <code>Regular expression</code></p>
]]></description><link>https://community.notepad-plus-plus.org/post/29734</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/29734</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Thu, 25 Jan 2018 16:25:20 GMT</pubDate></item></channel></rss>