<?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[UDL - Is there a numeric wildcard character within keywords]]></title><description><![CDATA[<p dir="auto">I’m trying to include keywords that have a number as part of the keyword e.g.<br />
Item2Qty=<br />
Item15Discount=<br />
Item4UnitValue=</p>
<p dir="auto">So was looking for a wildcard operator like #? Or another way to define? (trying to avoid defining the 2 parts of each keyword separately as “Item” is not valid on it’s own, nor is say “Qty”)<br />
Any Ideas?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26935/udl-is-there-a-numeric-wildcard-character-within-keywords</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 03:54:05 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26935.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 10 Jun 2025 10:05:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to UDL - Is there a numeric wildcard character within keywords on Tue, 10 Jun 2025 12:25:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/steve-lawther" aria-label="Profile: Steve-Lawther">@<bdi>Steve-Lawther</bdi></a></p>
<p dir="auto">I think that the EnhanceAnyLexer plugin and a corresponding regex, e.g. <code>Item\d+\w+</code> would be easiest here.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/102027</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/102027</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Tue, 10 Jun 2025 12:25:55 GMT</pubDate></item></channel></rss>