<?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[Regex find single quote prefaced by a letter and followed by a letter]]></title><description><![CDATA[<p dir="auto">Replace ’ with this # while the ’ is in a word.</p>
<p dir="auto">Tried this FIND ([A-z]{1,})’([a-z]{1,}) and this REPLACE \1#\2</p>
<p dir="auto">And not sure what I have done wrong. It doesn’t work.<br />
Any help appreciated.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/17342/regex-find-single-quote-prefaced-by-a-letter-and-followed-by-a-letter</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 22:21:35 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/17342.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 21 Mar 2019 17:05:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Regex find single quote prefaced by a letter and followed by a letter on Thu, 21 Mar 2019 17:55:16 GMT]]></title><description><![CDATA[<p dir="auto">Thanks, that worked a treat!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/41480</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/41480</guid><dc:creator><![CDATA[John Tucker]]></dc:creator><pubDate>Thu, 21 Mar 2019 17:55:16 GMT</pubDate></item><item><title><![CDATA[Reply to Regex find single quote prefaced by a letter and followed by a letter on Thu, 21 Mar 2019 17:31:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/john-tucker" aria-label="Profile: John-Tucker">@<bdi>John-Tucker</bdi></a></p>
<p dir="auto">Maybe try:</p>
<p dir="auto">Find <code>([A-Za-z])'(?=[a-z])</code><br />
Repl <code>\1#</code></p>
]]></description><link>https://community.notepad-plus-plus.org/post/41478</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/41478</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Thu, 21 Mar 2019 17:31:19 GMT</pubDate></item></channel></rss>