Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Looking to do this manualy and not progomaticly ?</p> <p>Open Findreplace </p> <p>Copy from the last to rhe first WITHOUT NUMBERS on a line so...</p> <p>in this example</p> <p>111111111111111111 &lt;---from here to here ---> 166616666666663661 166611111111111661</p> <p>paste that into the fine ( yes your effecticly copying the return wich some applications allow you to manualy input others wont )</p> <p>then in the replace box, type '0' then your return Hit that magic replace all :D </p> <p>This will then add a 0 every time it hits a new line, then add a new... new line.... </p> <p>edit : quickly reviewing another method a second to recover for alternate options :P give me 10</p> <p>edit 2:</p> <p>Ah ok somthing like this will work :P just tested it.<br> use [0-9] in the find replace. so if im looking for 123123123123 ( wich is 12 long ) and i need to buff i up to 20,<br> Your FIND must be in () so..</p> <p>the find would be</p> <pre><code> ([0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9] ) </code></pre> <p>and the replace is referd to as \1 no the regex, this was my mistake</p> <p>\100000000</p> <p>tested and confirmed !dont forget YOU NEED MATCH ALL <strong>on</strong>, WRAP <strong>off</strong>!</p> <p>And so on for your other numbers, Not sure if you can loop this with macros nd stuff :P but hope it helps more than you have now </p> <p>two good resources. </p> <p><a href="http://blog.creativeitp.com/posts-and-articles/editors/understanding-regex-with-notepad/comment-page-1/" rel="nofollow">http://blog.creativeitp.com/posts-and-articles/editors/understanding-regex-with-notepad/comment-page-1/</a></p> <p><a href="http://regexpal.com/" rel="nofollow">http://regexpal.com/</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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