Note that there are some explanatory texts on larger screens.

plurals
  1. POnotepad++ copy characters on every line and add to the end of every line
    text
    copied!<p>I have a list like this:</p> <pre><code>abc+133346thr+end abc+sdf465768+end abc+645646rte+end abc+564886rjrt+end abc+464686fnfg+end abc+5468466mfytr+end </code></pre> <p>And want to copy the characters in the middle of each line and paste it on the end of each lines, so it will become like this:</p> <pre><code>abc+133346thr+end+133346thr abc+sdf465768+end+sdf465768 abc+645646rte+end+645646rte abc+564886rjrt+end+564886rjrt abc+464686fnfg+end+464686fnfg abc+5468466mfytr+end+5468466mfytr </code></pre> <p>How to do it with notepad++ ?</p> <p>Thank you for answering, I got another case which is still in the same topic, but it is more complicated.</p> <p>Here it is:</p> <pre><code>&lt;a href="http://domain.com/wp-content/uploads/2013/05/1080p-car-1024x640.jpg" target="_blank"&gt;&lt;img src="http:// &lt;a href="http://domain.com/content/images/2013/05/1080p-wall-1080x675-1024x640.jpg" target="_blank"&gt;&lt;img src="http:// &lt;a href="http://domain.com/content/images/2013/05/1080p-apers-1080x675-150x150.jpg" target="_blank"&gt;&lt;img src="http:// </code></pre> <p><strong>And want to make it like this:</strong></p> <pre><code>&lt;a href="http://domain.com/wp-content/uploads/2013/05/1080p-car-1024x640.jpg" target="_blank"&gt;&lt;img src="http://domain.com/wp-content/uploads/2013/05/1080p-car-1024x640.jpg &lt;a href="http://domain.com/content/images/2013/05/1080p-wall-1080x675-1024x640.jpg" target="_blank"&gt;&lt;img src="http://domain.com/content/images/2013/05/1080p-wall-1080x675-1024x640.jpg &lt;a href="http://domain.com/content/images/2013/05/1080p-apes-1080x675-150x150.jpg" target="_blank"&gt;&lt;img src="http://http://domain.com/content/images/2013/05/1080p-apes-1080x675-150x150.jpg </code></pre> <p>I tried to use punctuation you gave on Find what, but it is not accepted by notepad++ and it is tell me that no characters found.</p> <p>Can it still be done with notepad++?</p> <p>Thanks</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload