<?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[Reg Ex find numbers stored as character in excel]]></title><description><![CDATA[<p dir="auto">Hi all</p>
<p dir="auto">I hope you can help me with my question. I want to search through a directory to find ‘numbers’ of the form dd-mm-yy(\d){4} where dd stands for date (eg 31), mm for month (12) and yy for year (86). (and sometimes there is a ‘-’ between the yy and the last for digits.</p>
<p dir="auto">I seems pretty simple to simply do<br />
([0-3])\d{1}([0-1])\d{3}([-]){0,1}\d{4}.<br />
This however does not seem to find all the digits in excel stored as character. How can I possible specify that I mean the character in the range [0-3]?<br />
I have tried the dumb way to write the reg ex as ([0-3])([0-9])([0-1])([0-9])([-]){0,1}([0-9]){4} but this too does not find digits stored as numbers.</p>
<p dir="auto">Any thoughts of how to find these?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/16680/reg-ex-find-numbers-stored-as-character-in-excel</link><generator>RSS for Node</generator><lastBuildDate>Tue, 15 Sep 2026 17:48:32 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/16680.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 23 Nov 2018 08:23:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Reg Ex find numbers stored as character in excel on Fri, 23 Nov 2018 13:06:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%EC%98%A4%EB%B0%94%EB%A7%88" aria-label="Profile: 오바마">@<bdi>오바마</bdi></a><br />
and from time to time<br />
ADODB is not so bad choice, I liked it.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/36717</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/36717</guid><dc:creator><![CDATA[오바마]]></dc:creator><pubDate>Fri, 23 Nov 2018 13:06:05 GMT</pubDate></item><item><title><![CDATA[Reply to Reg Ex find numbers stored as character in excel on Fri, 23 Nov 2018 12:48:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sander-hye-ehmsen" aria-label="Profile: Sander-Hye-Ehmsen">@<bdi>Sander-Hye-Ehmsen</bdi></a><br />
that means you have to use OOXML<br />
or different 3rd parties tool…<br />
whatever it is, Notepad++ itself is not enough.</p>
<p dir="auto">Good Luck</p>
]]></description><link>https://community.notepad-plus-plus.org/post/36716</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/36716</guid><dc:creator><![CDATA[오바마]]></dc:creator><pubDate>Fri, 23 Nov 2018 12:48:11 GMT</pubDate></item><item><title><![CDATA[Reply to Reg Ex find numbers stored as character in excel on Fri, 23 Nov 2018 11:13:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%EC%98%A4%EB%B0%94%EB%A7%88" aria-label="Profile: 오바마">@<bdi>오바마</bdi></a> said:</p>
<blockquote>
<p dir="auto">I have failed to find that Notepad++ could handle ‘xls/xlsx’ formats there.</p>
<p dir="auto">Of course, I could be wrong, my knowledge is limited.<br />
If you show me the right link, I’ll visit it again.</p>
</blockquote>
<p dir="auto">I have discovered that as xlsx is just a .zip-file, notepad++ has hard times searching through it.<br />
I thus need to use another program - maybe grepwin.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/36714</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/36714</guid><dc:creator><![CDATA[Sander Hye Ehmsen]]></dc:creator><pubDate>Fri, 23 Nov 2018 11:13:42 GMT</pubDate></item><item><title><![CDATA[Reply to Reg Ex find numbers stored as character in excel on Fri, 23 Nov 2018 10:06:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sander-hye-ehmsen" aria-label="Profile: Sander-Hye-Ehmsen">@<bdi>Sander-Hye-Ehmsen</bdi></a></p>
<p dir="auto">I just visited the link you posted.<br />
So, what’s the point ?<br />
I have failed to find that Notepad++ could handle ‘xls/xlsx’ formats there.</p>
<p dir="auto">Of course, I could be wrong, my knowledge is limited.<br />
If you show me the right link, I’ll visit it again.</p>
<p dir="auto">Thanks.</p>
<p dir="auto">Ah, If I were you, I will use VBA.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/36713</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/36713</guid><dc:creator><![CDATA[오바마]]></dc:creator><pubDate>Fri, 23 Nov 2018 10:06:48 GMT</pubDate></item><item><title><![CDATA[Reply to Reg Ex find numbers stored as character in excel on Fri, 23 Nov 2018 08:56:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%EC%98%A4%EB%B0%94%EB%A7%88" aria-label="Profile: 오바마">@<bdi>오바마</bdi></a> said:</p>
<blockquote>
<p dir="auto">Excel ?</p>
<p dir="auto">You have to use some other routes<br />
for instance, COM PIA or OOXML something</p>
<p dir="auto">Notepad++ is just an editor (as far as I know)</p>
</blockquote>
<p dir="auto">Notepad++ is way more than an editor. Check this out:<br />
<a href="https://www.ghacks.net/2016/09/16/use-notepad-to-find-text-in-all-files-of-a-folder/" rel="nofollow ugc">https://www.ghacks.net/2016/09/16/use-notepad-to-find-text-in-all-files-of-a-folder/</a><br />
:-)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/36712</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/36712</guid><dc:creator><![CDATA[Sander Hye Ehmsen]]></dc:creator><pubDate>Fri, 23 Nov 2018 08:56:21 GMT</pubDate></item><item><title><![CDATA[Reply to Reg Ex find numbers stored as character in excel on Fri, 23 Nov 2018 08:39:52 GMT]]></title><description><![CDATA[<p dir="auto">Excel ?</p>
<p dir="auto">You have to use some other routes<br />
for instance, COM PIA or OOXML something</p>
<p dir="auto">Notepad++ is just an editor (as far as I know)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/36711</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/36711</guid><dc:creator><![CDATA[오바마]]></dc:creator><pubDate>Fri, 23 Nov 2018 08:39:52 GMT</pubDate></item></channel></rss>