<?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[Notepad++  the decimal representation of a byte]]></title><description><![CDATA[<p dir="auto">In Notepad++ in the Extended mode it talks about the \d option which is the “the decimal representation of a byte” which is  “made of 3 digits in the 0-9 range”.</p>
<p dir="auto">I am still confused about the option. If someone can give me some example of this and how it is used in doing an Extended mode search, I would much appreciate it.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/22099/notepad-the-decimal-representation-of-a-byte</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 02:13:07 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/22099.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 08 Nov 2021 00:19:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Notepad++  the decimal representation of a byte on Mon, 08 Nov 2021 06:28:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/23548">@james-trowbridge</a> Do you know about ascii codes, like ‘A’ is 41 hex is 65 decimal, and ‘a’ is 0x61 is 97?</p>
<p dir="auto">Hence, in ext mode, searching for single letter ‘b’ is the same as searching for either \x62 or \d098.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/71150</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71150</guid><dc:creator><![CDATA[Neil Schipper]]></dc:creator><pubDate>Mon, 08 Nov 2021 06:28:58 GMT</pubDate></item></channel></rss>