<?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[User Defined Language Escape Character]]></title><description><![CDATA[<p dir="auto">I’m trying to create a UDL, but one of the keywords is</p>
<pre><code>Let's make a game!
</code></pre>
<p dir="auto">The problem is that in order to make all of these words a single keyword, I have to surround them with single quotes, which are included in the keyword. Is there a way to escape the single quote in “Let’s”, such as a “Let\'s” or “Let&amp;apos;s”? (Both display as Let’s and Let’s)</p>
<p dir="auto">I also hope the “!” won’t affect it in any way, but I fear it may be affecting it somewhat as well.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/24142/user-defined-language-escape-character</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 03:50:56 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/24142.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 15 Feb 2023 16:18:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to User Defined Language Escape Character on Wed, 15 Feb 2023 16:23:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/27617">@Anthony-Short</a><br />
I think I figured it out. I simply used double quotation marks and coded it as follows in the 1st group.</p>
<pre><code>"Let's make a game!"
</code></pre>
<p dir="auto">No need for “&amp;apos;” or “\',” just “Let’s.”</p>
<p dir="auto">Hopefully this topic helps somebody else out!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/84174</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/84174</guid><dc:creator><![CDATA[Anthony Short]]></dc:creator><pubDate>Wed, 15 Feb 2023 16:23:43 GMT</pubDate></item></channel></rss>