<?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[Auto Find and Replace 6 Keywords in a Script between to different pages]]></title><description><![CDATA[<p dir="auto">I have a script that is complete and runs fine, but I have to manually change 6 keywords at the end of lines like so:</p>
<p dir="auto">'ITEM A<br />
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx<br />
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx ITEM_1_NAME<br />
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx ITEM_1_START_DATE<br />
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx ITEM_1_END_DATE<br />
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx ITEM_1_TIME<br />
TAG POS=3 xxxxxxxxxxxxxxxxxxxxxx<br />
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx<br />
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx<br />
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx<br />
TAG POS=3 xxxxxxxxxxxxxxxxxxxxxx ITEM_1_ID<br />
TAG POS=2 xxxxxxxxxxxxxxxxxxxxxx ITEM_1_NEW</p>
<p dir="auto">I have to manually do this for 10 or more different ITEMS</p>
<p dir="auto">My question is if there is a easy way where I can have a setup on another page that only has the 6 keywords I need to change and have it automatically  be inputted in original script? Along the lines of:</p>
<p dir="auto">'ITEM A<br />
=ITEM_1_NAME<br />
=ITEM_1_START_DATE<br />
=ITEM_1_END_DATE<br />
=ITEM_1_TIME<br />
=ITEM_1_ID<br />
=ITEM_1_NEW</p>
<p dir="auto">'ITEM B<br />
=ITEM_2_NAME<br />
=ITEM_2_START_DATE<br />
=ITEM_2_END_DATE<br />
=ITEM_2_TIME<br />
=ITEM_2_ID<br />
=ITEM_2_NEW</p>
<p dir="auto">And so on to ITEM J or the 10th Item.</p>
<p dir="auto">The Template itself doesn’t change other than those words, but I tend to mess up now and then due to the fact that all the items will have different DATES and TIMES. So I was hoping to have a user friendly plug and play template that will auto find and replace every instance of those words in the Page that contains the full script template without messing up the script itself.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23640/auto-find-and-replace-6-keywords-in-a-script-between-to-different-pages</link><generator>RSS for Node</generator><lastBuildDate>Wed, 10 Jun 2026 12:03:44 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23640.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 Oct 2022 00:19:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Auto Find and Replace 6 Keywords in a Script between to different pages on Wed, 26 Oct 2022 14:26:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> said in <a href="/post/80888">Auto Find and Replace 6 Keywords in a Script between to different pages</a>:</p>
<blockquote>
<p dir="auto">you get no background differentiation with it</p>
</blockquote>
<p dir="auto">Ah, right, I forgot that.  So using the <code>```txt</code> will keep it in the backgrounded box, whereas <code>```z</code> will make it blend in more with normal text.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80890</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80890</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 26 Oct 2022 14:26:05 GMT</pubDate></item><item><title><![CDATA[Reply to Auto Find and Replace 6 Keywords in a Script between to different pages on Wed, 26 Oct 2022 14:19:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a> said in <a href="/post/80885">Auto Find and Replace 6 Keywords in a Script between to different pages</a>:</p>
<blockquote>
<p dir="auto">This is why Scott used to recommend ```z</p>
</blockquote>
<p dir="auto">I picked up that habit as well, but a slight downside is you get no background differentiation with it:</p>
<pre><code class="language-z">hello world
</code></pre>
<p dir="auto">This perhaps calls less attention to it…good thing or bad…I don’t know.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80888</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80888</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 26 Oct 2022 14:19:38 GMT</pubDate></item><item><title><![CDATA[Reply to Auto Find and Replace 6 Keywords in a Script between to different pages on Wed, 26 Oct 2022 14:03:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guy038" aria-label="Profile: guy038">@<bdi>guy038</bdi></a> , <a class="plugin-mentions-user plugin-mentions-a" href="/user/neil-schipper" aria-label="Profile: neil-schipper">@<bdi>neil-schipper</bdi></a>,</p>
<p dir="auto">I mentioned this to Neil in a private message, but should have posted it here for others, too: The <a href="https://github.com/notepad-plus-plus/npp-usermanual/pull/414" rel="nofollow ugc">PR#414</a> shows the <a href="https://github.com/notepad-plus-plus/npp-usermanual/pull/414/files" rel="nofollow ugc">changes</a> I made.  Do those look good to you?</p>
<blockquote>
<p dir="auto">Peter, don’t bother about the bold highlighting of some words, automatically created when you begin lines with 4 space chars !</p>
</blockquote>
<p dir="auto">FYI, you can convince the forum to not <strong>bold</strong> random words in code blocks.</p>
<p dir="auto">Compare</p>
<pre><code>```
without the branch reset, (y) would be group 2, ...
```
</code></pre>
<p dir="auto">rendering as</p>
<pre><code>without the branch reset, (y) would be group 2, ...
</code></pre>
<p dir="auto">to</p>
<pre><code>```txt
without the branch reset, (y) would be group 2, ...
```
</code></pre>
<p dir="auto">rendering as</p>
<pre><code class="language-txt">without the branch reset, (y) would be group 2, ...
</code></pre>
<p dir="auto">If you use a known markdown-file-type after the opening ``` (or ~~~, if that’s your preferred character), then the forum doesn’t try to guess what programming language it is, instead using whatever you tell it.  And telling it <code>```txt</code> tells the forum to not do any formatting of the text.</p>
<p dir="auto">(This is why Scott used to recommend <code>```z</code>, because that also tells the Markdown it’s filetype “z”, which doesn’t exist, so the forum also doesn’t try to highlight it.)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80885</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80885</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 26 Oct 2022 14:03:50 GMT</pubDate></item><item><title><![CDATA[Reply to Auto Find and Replace 6 Keywords in a Script between to different pages on Wed, 26 Oct 2022 09:47:10 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/wilderlore" aria-label="Profile: wilderlore">@<bdi>wilderlore</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/neil-schipper" aria-label="Profile: neil-schipper">@<bdi>neil-schipper</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: peterjones">@<bdi>peterjones</bdi></a> and <strong>All</strong>,</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/neil-schipper" aria-label="Profile: neil-schipper">@<bdi>neil-schipper</bdi></a> :</p>
<p dir="auto">Oh yes , you’re perfectly <strong>right</strong> about it ! I just forgot this simple <strong>rule</strong> :</p>
<blockquote>
<p dir="auto">You <strong>never</strong> need, in your <strong>search</strong> regex, to involve lines which do <strong>not</strong> change between the <em>INPUT</em> and <em>OUTPUT</em> texts !</p>
</blockquote>
<p dir="auto">So, as I don’t have to take care about lines <strong><code>'ITEM A</code></strong>, <strong><code>'Item B</code></strong> …, the <strong><code>Branche Reset</code></strong> feature is <strong>useless</strong> and the regex can be <strong>simplified</strong> as you did :-))</p>
<p dir="auto">In addition my version <strong>wrongly</strong> added an <strong>equal</strong> sign, at <strong>beginning</strong> of lines <strong><code>'ITEM A</code></strong>, <strong><code>'Item B</code></strong> …, as well as an <strong>extra</strong> line-break right <strong>after</strong>.  My bad !</p>
<hr />
<p dir="auto">Now, regarding the N++ <strong>documentation</strong>, indeed, the lines :</p>
<pre><code>#      before  ---------------branch-reset----------- after
/ (?x) ( a )  (?| x ( y ) z | (p (q) r) | (t) u (v) ) ( z )
#      1            2         2  3        2     3     4

Without the branch reset, (y) would be group 3, and (p(q)r) would be group 4, and (t) would be group 5. With the branch reset, they both report as group 2
</code></pre>
<p dir="auto">should be changed as :</p>
<pre><code>#    before --------------branch-reset------------- after
(?x) ( a )  (?| x ( y ) z | (p (q) r) | (t) u (v) ) ( z )
#    1      x     2         2  3        2     3     4

whereas the classical syntax is :

#    -------------------no branch-reset------------------
(?x) ( a )  (?: x ( y ) z | (p (q) r) | (t) u (v) ) ( z )
#    1      x     2         3  4        5     6     7

Without the branch reset, (y) would be group 2, (p(q)r) would be group 3, (q) would be group 4, (t) would be group 5 and so on.... With the branch reset, groups (y), (p...) and (t) both report as group 2
</code></pre>
<p dir="auto"><strong>Peter</strong>, don’t bother about the <strong>bold</strong> highlighting of some words, <strong>automatically</strong> created when you begin lines with <strong><code>4</code></strong> <strong>space</strong> chars !</p>
<hr />
<p dir="auto"><strong>Neil</strong>, you added :</p>
<blockquote>
<p dir="auto">2 it’s possible that intermediate subexpressions won’t exist. In this case, the text <code>axyzz</code> matches using the first alternate, and subexpression 3 does not exist, and subexpression 4 does</p>
</blockquote>
<p dir="auto">Nothing <strong>weird</strong> here ! As your <code>axyzz</code> string matches <strong>only</strong> the <strong>first</strong> alternative of the <strong><code>Branch Reset</code></strong> which does <strong>not</strong> involve the group <strong>3</strong> :</p>
<ul>
<li>
<p dir="auto">The group <strong>1</strong>, before the <strong><code>Branche Reset</code></strong>, is <strong>defined</strong></p>
</li>
<li>
<p dir="auto">The group <strong>2</strong>, within the <strong>first</strong> alternative of the <strong><code>Branche Reset</code></strong>, is <strong>defined</strong></p>
</li>
<li>
<p dir="auto">The group <strong>4</strong>, after the <strong><code>Branche Reset</code></strong> is <strong>defined</strong></p>
</li>
<li>
<p dir="auto">The group <strong>3</strong>, part of the other alternatives of the <strong><code>Branche Reset</code></strong>, is <strong>not</strong> defined</p>
</li>
</ul>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80854</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80854</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Wed, 26 Oct 2022 09:47:10 GMT</pubDate></item><item><title><![CDATA[Reply to Auto Find and Replace 6 Keywords in a Script between to different pages on Tue, 25 Oct 2022 17:29:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guy038" aria-label="Profile: guy038">@<bdi>guy038</bdi></a> Hi Guy, I enjoyed seeing the <em>revert subexpression counter in each branch of an alternation</em> construct (<code>(?|</code>) used in a real world problem, which is something I’ve never done, or even seen done as best as I can recall.</p>
<p dir="auto">But then I studied the expression for a bit, and got to wondering why it was necessary to match (and write back) the header lines (that start <code>'ITEM..</code>). Anyway, I ran it, and was surprised to find that it does not produce exactly the <em>stated desired</em> output, and also doesn’t produce the sample output you provided, differing (very slightly) from both.</p>
<p dir="auto">Here’s what is produced when I run it:</p>
<pre><code>='ITEM A

= ITEM_1_NAME
= ITEM_1_START_DATE
= ITEM_1_END_DATE
= ITEM_1_TIME
= ITEM_1_ID
= ITEM_1_NEW

='ITEM B

= ITEM_1_NAME
= ITEM_1_START_DATE
= ITEM_1_END_DATE
= ITEM_1_TIME
= ITEM_1_ID
= ITEM_1_NEW
</code></pre>
<p dir="auto">Again, the deviations are very slight: (1) a ‘=’ is placed before the header line, and (2) a space is added after ‘=’ in each body line. (As to whether these deviations impact whether the requirements of the original request are met, I have no Ouija board handy to determine that.)</p>
<p dir="auto">To produce the stated desired output, this simpler expression can be used:</p>
<p dir="auto">Fi: <code>(?-si)^TAG POS.+?(\h(ITEM_.+))?(?:\R|\z)</code><br />
Re: <code>?2=\2\r\n</code></p>
<p dir="auto">In any event, thanks for giving me an excuse to shake out some cobwebs in my mind.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a> Hi. In regard to the documentation of the so-called <em>branch reset</em> directive (I like my wordier name for it as per above), there are some issues. Most important are the errors in:</p>
<blockquote>
<p dir="auto">Without the branch reset, (y) would be <strong>group 3</strong>, and (p(q)r) would be <strong>group 4</strong> …</p>
</blockquote>
<p dir="auto">Both of those group numbers are off by one (corrections are in example below).</p>
<p dir="auto">The other issues are minor: a stray forward slash in the line that includes the example expression <code>/ (?x) ..</code>, and, vertical misalignment of the helper comment line that shows the counts, and finally, a missed opportunity for helping a reader (like me) absorb the lesson (without having to read it 4 - 6 times).</p>
<p dir="auto">Here’s my suggested replacement text for the example section:</p>
<blockquote>
<p dir="auto">For example, consider these two expressions that use alternations, the first one using normal branch counting (but uses <code>(?:</code> to skip one subexpression from being counted), and the second one using the branch-reset mechanism:</p>
</blockquote>
<pre><code class="language-txt">#    -------------------no branch-reset-----------------
(?x) ( a )  (?: x ( y ) z | (p (q) r) | (t) u (v) ) ( z )
#      1   skip     2        3  4        5     6      7  &lt;=== assigned subexpression counter values

#              ---------branch-reset zone---------
(?x) ( a )  (?| x ( y ) z | (p (q) r) | (t) u (v) ) ( z )
#      1   skip     2        2  3        2     3      4  &lt;=== assigned subexpression counter values
</code></pre>
<blockquote>
<p dir="auto">Two things to note about the latter case are:</p>
<ol>
<li>the branch-reset bounding subexpression does not get a count for itself.</li>
<li>it’s possible that intermediate subexpressions won’t exist. In this case, the text <code>axyzz</code> matches using the first alternate, and subexpression 3 does not exist, and subexpression 4 does.</li>
</ol>
</blockquote>
<p dir="auto">It’s a bit longer than the original but the mechanism is quite subtle so I hope you’ll see fit to update the manual.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80836</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80836</guid><dc:creator><![CDATA[Neil Schipper]]></dc:creator><pubDate>Tue, 25 Oct 2022 17:29:00 GMT</pubDate></item><item><title><![CDATA[Reply to Auto Find and Replace 6 Keywords in a Script between to different pages on Sun, 23 Oct 2022 21:09:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guy038" aria-label="Profile: guy038">@<bdi>guy038</bdi></a></p>
<p dir="auto">Thank you so much! I think that is what I’m looking for! I will give it go next time!</p>
<p dir="auto">And sorry to everyone else for the confusion. I truly no nothing about coding, but I appreciate everyone’s patience!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80792</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80792</guid><dc:creator><![CDATA[Wilderlore]]></dc:creator><pubDate>Sun, 23 Oct 2022 21:09:14 GMT</pubDate></item><item><title><![CDATA[Reply to Auto Find and Replace 6 Keywords in a Script between to different pages on Sun, 23 Oct 2022 21:06:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wilderlore" aria-label="Profile: Wilderlore">@<bdi>Wilderlore</bdi></a> ,</p>
<p dir="auto">Notepad++, except during printing, has no concept of “on a different page”.</p>
<p dir="auto">If by “page” you mean “in a separate text file”, Notepad++ has no native way of reading the contents of one file, and using those contents to affect changes in another file.  There are scripting solutions, if you have a scripting plugin, but I have no idea whether to suggest the one I’m thinking of to you or not, because you haven’t shown us enough to be able to really tell what you want.</p>
<p dir="auto">For example, when Guy just tried to guess what you wanted, I think he got it exactly backwards from the direction that I thought you wanted the transformation.  That means that you haven’t even successfully told us which direction you want the transformation to go.</p>
<p dir="auto">That is why I linked you to some general-purpose and search-and-replace-specific information from the forum.  If you at least gave us a good picture of the data “before” and “after” your transformation, we might have a chance.  But if we cannot tell which is your “before” and which is your “after”, then there’s no hope that we can help you.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80791</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80791</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sun, 23 Oct 2022 21:06:01 GMT</pubDate></item><item><title><![CDATA[Reply to Auto Find and Replace 6 Keywords in a Script between to different pages on Sun, 23 Oct 2022 21:22:58 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/wilderlore" aria-label="Profile: wilderlore">@<bdi>wilderlore</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/neil-schipper" aria-label="Profile: neil-schipper">@<bdi>neil-schipper</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: peterjones">@<bdi>peterjones</bdi></a> and <strong>All</strong>,</p>
<p dir="auto">I tried to <strong>guess</strong> what your goal is ! So, this is my <strong>first</strong> try :</p>
<hr />
<p dir="auto">From this <em>INPUT</em> file :</p>
<pre><code class="language-diff">'ITEM A
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx ITEM_1_NAME
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx ITEM_1_START_DATE
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx ITEM_1_END_DATE
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx ITEM_1_TIME
TAG POS=3 xxxxxxxxxxxxxxxxxxxxxx
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx
TAG POS=3 xxxxxxxxxxxxxxxxxxxxxx ITEM_1_ID
TAG POS=2 xxxxxxxxxxxxxxxxxxxxxx ITEM_1_NEW

'ITEM B
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx ITEM_1_NAME
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx ITEM_1_START_DATE
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx ITEM_1_END_DATE
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx ITEM_1_TIME
TAG POS=3 xxxxxxxxxxxxxxxxxxxxxx
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx
TAG POS=1 xxxxxxxxxxxxxxxxxxxxxx
TAG POS=3 xxxxxxxxxxxxxxxxxxxxxx ITEM_1_ID
TAG POS=2 xxxxxxxxxxxxxxxxxxxxxx ITEM_1_NEW
</code></pre>
<p dir="auto">Do you <strong>expect</strong> the following <em>OUTPUT</em> text :</p>
<pre><code class="language-diff">'ITEM A
=ITEM_1_NAME
=ITEM_1_START_DATE
=ITEM_1_END_DATE
=ITEM_1_TIME
=ITEM_1_ID
=ITEM_1_NEW

'ITEM B
=ITEM_1_NAME
=ITEM_1_START_DATE
=ITEM_1_END_DATE
=ITEM_1_TIME
=ITEM_1_ID
=ITEM_1_NEW
</code></pre>
<p dir="auto">In this case, it’s easy with <strong>regular</strong> expressions ! Here is a possible solution :</p>
<ul>
<li>
<p dir="auto">Open your file in Notepad++</p>
</li>
<li>
<p dir="auto">Open the <strong>Replace</strong> dialog ( <strong><code>Ctrl + H</code></strong> )</p>
</li>
<li>
<p dir="auto">SEARCH <strong><code>(?-si)(?|^TAG POS.+?( ITEM_.+)?(?:\R|\z)|^('ITEM \u))</code></strong></p>
</li>
<li>
<p dir="auto">REPLACE <strong><code>?1=\1\r\n</code></strong>    or    <strong><code>?1\1\n</code></strong> if you work with <strong>UNIX</strong> files</p>
</li>
<li>
<p dir="auto"><strong>Untick</strong> all <strong>box</strong> options</p>
</li>
<li>
<p dir="auto"><strong>Tick</strong> the <strong><code>Wrap around</code></strong> option</p>
</li>
<li>
<p dir="auto">Select the <strong><code>Regular expression</code></strong> search <strong>mode</strong></p>
</li>
<li>
<p dir="auto">Click <strong>once</strong> on the <strong><code>Replace All</code></strong> button</p>
</li>
</ul>
<p dir="auto">Here you are : your text is now <strong>changed</strong> as below :</p>
<pre><code class="language-diff">'ITEM A
= ITEM_1_NAME
= ITEM_1_START_DATE
= ITEM_1_END_DATE
= ITEM_1_TIME
= ITEM_1_ID
= ITEM_1_NEW

'ITEM B
= ITEM_1_NAME
= ITEM_1_START_DATE
= ITEM_1_END_DATE
= ITEM_1_TIME
= ITEM_1_ID
= ITEM_1_NEW
</code></pre>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80790</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80790</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sun, 23 Oct 2022 21:22:58 GMT</pubDate></item><item><title><![CDATA[Reply to Auto Find and Replace 6 Keywords in a Script between to different pages on Sun, 23 Oct 2022 20:57:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a><br />
Would you mind telling me what is the source of confusion then?</p>
<p dir="auto">My objective is to easily find and replace those 6 keywords while eliminating the potential human error of messing up the rest of the script. I am not too knowledgeable about this subject, so I apologize for not knowing where the confusion is.</p>
<p dir="auto">If you are familiar with the camera add-on in excel, it basically duplicates the table on one tab and any chnage made on the original table will be replicated on the copy table on a 2nd tab. I’m looking for something similar in Notepad ++</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80788</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80788</guid><dc:creator><![CDATA[Wilderlore]]></dc:creator><pubDate>Sun, 23 Oct 2022 20:57:00 GMT</pubDate></item><item><title><![CDATA[Reply to Auto Find and Replace 6 Keywords in a Script between to different pages on Sun, 23 Oct 2022 20:52:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wilderlore" aria-label="Profile: Wilderlore">@<bdi>Wilderlore</bdi></a> said in <a href="/post/80779">Auto Find and Replace 6 Keywords in a Script between to different pages</a>:</p>
<blockquote>
<p dir="auto">yep I’m still around and would appreciate any help.</p>
</blockquote>
<p dir="auto">Unfortunately, you gave us no new information, so you did nothing to help us understand the changes you want to make.  As a result, we still cannot help you.</p>
<p dir="auto">-—</p>
<h3>Useful References</h3>
<ul>
<li><a href="https://community.notepad-plus-plus.org/topic/21965/please-read-before-posting">Please Read Before Posting</a></li>
<li><a href="https://community.notepad-plus-plus.org/topic/22022/template-for-search-replace-questions">Template for Search/Replace Questions</a></li>
<li><a href="https://community.notepad-plus-plus.org/topic/21925/faq-desk-formatting-forum-posts">Formatting Forum Posts</a></li>
<li><a href="https://community.notepad-plus-plus.org/topic/15765/faq-desk-where-to-find-regular-expressions-regex-documentation">FAQ: Where to find regular expressions (regex) documentation</a></li>
<li><a href="https://npp-user-manual.org/docs/searching/#regular-expressions" rel="nofollow ugc">Notepad++ Online User Manual: Searching/Regex</a></li>
</ul>
]]></description><link>https://community.notepad-plus-plus.org/post/80786</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80786</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sun, 23 Oct 2022 20:52:22 GMT</pubDate></item><item><title><![CDATA[Reply to Auto Find and Replace 6 Keywords in a Script between to different pages on Sun, 23 Oct 2022 20:39:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wilderlore" aria-label="Profile: Wilderlore">@<bdi>Wilderlore</bdi></a> said in <a href="/post/80779">Auto Find and Replace 6 Keywords in a Script between to different pages</a>:</p>
<blockquote>
<p dir="auto">I’ve looked over with “fresh eyes” and I do see how it could be hard to understand, but because is sensitive information, I had to replace the sections of the script that never changes with those “xxxxxxxx”</p>
</blockquote>
<p dir="auto">I don’t think the <code>x</code>’s have anything to do with why your problem is hard for others to understand…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80782</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80782</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sun, 23 Oct 2022 20:39:15 GMT</pubDate></item><item><title><![CDATA[Reply to Auto Find and Replace 6 Keywords in a Script between to different pages on Sun, 23 Oct 2022 20:07:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/neil-schipper" aria-label="Profile: Neil-Schipper">@<bdi>Neil-Schipper</bdi></a> yep I’m still around and would appreciate any help.</p>
<p dir="auto">I’ve looked over with “fresh eyes” and I do see how it could be hard to understand, but because is sensitive information, I had to replace the sections of the script that never changes with those “xxxxxxxx”</p>
<p dir="auto">But like I said, the script does work as is, but I would like to expedite the process of changing those items that change on the daily.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80779</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80779</guid><dc:creator><![CDATA[Wilderlore]]></dc:creator><pubDate>Sun, 23 Oct 2022 20:07:29 GMT</pubDate></item><item><title><![CDATA[Reply to Auto Find and Replace 6 Keywords in a Script between to different pages on Sat, 22 Oct 2022 17:23:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wilderlore" aria-label="Profile: Wilderlore">@<bdi>Wilderlore</bdi></a> ,</p>
<p dir="auto">We’re having trouble understanding what you want.  You will have to be more clear.</p>
<p dir="auto">My guess is that you want “mail merge” capabilities: Notepad++ doesn’t have that feature, nor are there any plugins that do it that I know of.  I talked about that a little over <a href="https://community.notepad-plus-plus.org/topic/22666/how-to-replace-multiple-variables-vs-a-template">here</a>, including pointing out a plugin that makes multiline S&amp;R a little easier… though I don’t know if it will be sufficient for your needs, since I cannot understand for sure what your needs are.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80763</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80763</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sat, 22 Oct 2022 17:23:51 GMT</pubDate></item><item><title><![CDATA[Reply to Auto Find and Replace 6 Keywords in a Script between to different pages on Sat, 22 Oct 2022 13:53:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wilderlore" aria-label="Profile: Wilderlore">@<bdi>Wilderlore</bdi></a> If you’re still around and hoping for a reply, say so and I’ll describe the things about your problem description that are confusing and ambiguous and require the reader to make guesses. Even better, re-read your problem description critically – you’ll be reading with fresher eyes than when you composed it – and make another attempt.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80761</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80761</guid><dc:creator><![CDATA[Neil Schipper]]></dc:creator><pubDate>Sat, 22 Oct 2022 13:53:18 GMT</pubDate></item></channel></rss>