<?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[Beginning letter replacing]]></title><description><![CDATA[<p dir="auto">Is it possible to replace a beginning letter without changing a whole word?<br />
“L-i don’t know” is a common OCR error, so I need that to be “I-i don’t know”<br />
Problem is, there are names, words like “CARL- Hey”, so I would need an expression to only affect “L-” but not the letters before it.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/21195/beginning-letter-replacing</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Jul 2026 13:12:12 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/21195.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 May 2021 16:49:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Beginning letter replacing on Sat, 05 Jun 2021 21:11:46 GMT]]></title><description><![CDATA[<p dir="auto">I tried tweaking this since I found ones that begin with “L…”, so I tried \bL…  but I didn’t realize that the periods act as wildcards so they changed all characters to periods.  It changed “Well I can”  to “Wel… I can” so obviously my tweak isn’t any good.  If anyone has a solution let me know.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/66752</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/66752</guid><dc:creator><![CDATA[kracovwolf]]></dc:creator><pubDate>Sat, 05 Jun 2021 21:11:46 GMT</pubDate></item><item><title><![CDATA[Reply to Beginning letter replacing on Sat, 22 May 2021 14:57:57 GMT]]></title><description><![CDATA[<p dir="auto">Yes I mean the first letter of the whole line. Your first expression doesn’t seem to work</p>
<p dir="auto">\bl  is the one that works, thanks</p>
]]></description><link>https://community.notepad-plus-plus.org/post/66212</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/66212</guid><dc:creator><![CDATA[kracovwolf]]></dc:creator><pubDate>Sat, 22 May 2021 14:57:57 GMT</pubDate></item><item><title><![CDATA[Reply to Beginning letter replacing on Sat, 22 May 2021 14:31:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/abed99" aria-label="Profile: Abed99">@<bdi>Abed99</bdi></a> said in <a href="/post/66207">Beginning letter replacing</a>:</p>
<blockquote>
<p dir="auto">i notice that \bl match also if before the word was : or ;</p>
</blockquote>
<p dir="auto">Yea, well, same old problem here, happens time and time again…<br />
People don’t know enough (to ask their question correctly) about the information required to derive the proper answer.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/66210</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/66210</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sat, 22 May 2021 14:31:18 GMT</pubDate></item><item><title><![CDATA[Reply to Beginning letter replacing on Sat, 22 May 2021 14:04:10 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> <img src="/assets/uploads/files/1621692239567-4.png" alt="4.PNG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/66208</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/66208</guid><dc:creator><![CDATA[Abed99]]></dc:creator><pubDate>Sat, 22 May 2021 14:04:10 GMT</pubDate></item><item><title><![CDATA[Reply to Beginning letter replacing on Sat, 22 May 2021 14:01:29 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> i notice that \bl match also if before the word was : or ;<br />
<img src="/assets/uploads/files/1621692064625-2.png" alt="2.PNG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/66207</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/66207</guid><dc:creator><![CDATA[Abed99]]></dc:creator><pubDate>Sat, 22 May 2021 14:01:29 GMT</pubDate></item><item><title><![CDATA[Reply to Beginning letter replacing on Sat, 22 May 2021 13:54:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kracovwolf" aria-label="Profile: kracovwolf">@<bdi>kracovwolf</bdi></a> can you describe your problem with more details?<br />
so you want to change L- to I- in beginning only ? if so use the first regex it works only if the L in the beginning</p>
]]></description><link>https://community.notepad-plus-plus.org/post/66206</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/66206</guid><dc:creator><![CDATA[Abed99]]></dc:creator><pubDate>Sat, 22 May 2021 13:54:22 GMT</pubDate></item><item><title><![CDATA[Reply to Beginning letter replacing on Sat, 22 May 2021 13:16:02 GMT]]></title><description><![CDATA[<p dir="auto">Abed-  I tried your solution.  It does change L- to I-  but it also changes CARL- to CARI-</p>
]]></description><link>https://community.notepad-plus-plus.org/post/66205</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/66205</guid><dc:creator><![CDATA[kracovwolf]]></dc:creator><pubDate>Sat, 22 May 2021 13:16:02 GMT</pubDate></item><item><title><![CDATA[Reply to Beginning letter replacing on Sat, 22 May 2021 12:54:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/abed99" aria-label="Profile: Abed99">@<bdi>Abed99</bdi></a></p>
<p dir="auto">Why not just find on <code>\bL</code> ?</p>
<p dir="auto">I hesitated to reply earlier to the OP because from the problem description I wasn’t quite sure what exactly was being asked for.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/66204</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/66204</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sat, 22 May 2021 12:54:58 GMT</pubDate></item><item><title><![CDATA[Reply to Beginning letter replacing on Sat, 22 May 2021 12:27:14 GMT]]></title><description><![CDATA[<p dir="auto">find : (?&lt;=[\s(\r\n)])[lL]<br />
replace with what you want<br />
search mode : regular expression<br />
this will find any l capital or small in the beginning of any word</p>
<p dir="auto">find : (?&lt;=[\s(\r\n)])(l-)|(L-)<br />
replace with what you want<br />
search mode : regular expression<br />
this will find any l capital or small that follow by -</p>
]]></description><link>https://community.notepad-plus-plus.org/post/66203</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/66203</guid><dc:creator><![CDATA[Abed99]]></dc:creator><pubDate>Sat, 22 May 2021 12:27:14 GMT</pubDate></item></channel></rss>