<?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[Syntax for characters inside of characters with no spaces]]></title><description><![CDATA[<p dir="auto">Hi all.  I work with point files with certain descriptions at the end. I use to have a syntax that would highlight or change the text color of certain codes that would appear in the description column of an ASCII (text) file. the descriptions are usually found in the last column of the data that is seperated by commas, see below:</p>
<p dir="auto">340,1636727.9000,645209.0070,50.8320,FND5/8<br />
341,1636706.8490,645244.5560,51.8700,SW TOB<br />
342,1636439.0180,645394.0510,50.3900,WL2-2<br />
343,1636385.7810,645417.3640,50.1920,WL2-3<br />
344,1636366.8220,645370.4220,52.0170,WL2-4</p>
<p dir="auto">When I add the keywords, such as:<br />
FND<br />
SW<br />
WL</p>
<p dir="auto">to a keyword group of a defined language, it does not like that the codes are not seperated by spaces (whole words). Is there a way to still have them be recognized by like an * before or after the keyword? Thanks for any help.</p>
<p dir="auto">-Hunter</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/15218/syntax-for-characters-inside-of-characters-with-no-spaces</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 16:13:58 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/15218.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 06 Feb 2018 14:10:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Syntax for characters inside of characters with no spaces on Wed, 28 Mar 2018 18:55:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hunter-blair" aria-label="Profile: Hunter-Blair">@<bdi>Hunter-Blair</bdi></a></p>
<p dir="auto">no, there is no wildcard option, except the prefix mode for keywords.<br />
From the given example, you could define the comma as an operator<br />
and a delimiter with open</p>
<pre><code>0 1 2 3 4 5 6 7 8 9
</code></pre>
<p dir="auto">and closing</p>
<pre><code>((EOL)) ((EOL)) ((EOL)) ((EOL)) ((EOL)) ((EOL)) ((EOL)) ((EOL)) ((EOL)) ((EOL))
</code></pre>
<p dir="auto">and allow nesting (available through styler button) with keywords1</p>
<p dir="auto"><img src="https://camo.nodebb.org/387c36f01b2e769bf0ae67a0c0178b79c6ffeb01?url=https%3A%2F%2Fi.imgur.com%2F1hotyi9.png" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31260</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31260</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Wed, 28 Mar 2018 18:55:26 GMT</pubDate></item><item><title><![CDATA[Reply to Syntax for characters inside of characters with no spaces on Wed, 28 Mar 2018 13:12:07 GMT]]></title><description><![CDATA[<p dir="auto">Bumping this up to see if anyone can help.</p>
<p dir="auto">Like I said in previous post, just trying to figure out how to get certain keywords highlighted in my text, even though there is not a space beforehand.</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31248</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31248</guid><dc:creator><![CDATA[Hunter Blair]]></dc:creator><pubDate>Wed, 28 Mar 2018 13:12:07 GMT</pubDate></item></channel></rss>