<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Quick Find Regular Expressions</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2009/08/10/quick-find-regular-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2009/08/10/quick-find-regular-expressions/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/08/10/quick-find-regular-expressions/#comment-40587</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 12 Aug 2009 03:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2783#comment-40587</guid>
		<description>&lt;p&gt;Dick -&lt;/p&gt;
&lt;p&gt;The font is perfectly legible now. The size has increased more than the ratio you mention, and it&#039;s dark in color.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick -</p>
<p>The font is perfectly legible now. The size has increased more than the ratio you mention, and it&#8217;s dark in color.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Kingsbury</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/08/10/quick-find-regular-expressions/#comment-40577</link>
		<dc:creator>Dan Kingsbury</dc:creator>
		<pubDate>Tue, 11 Aug 2009 20:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2783#comment-40577</guid>
		<description>&lt;p&gt;Love this tool. I&#039;ve always thought MS software would benefit from better-integrated RegEx support. I&#039;m surprised you say you have used them a dozen times in your life; I probably use them a dozen times an hour.&lt;/p&gt;
&lt;p&gt;Another suggestion for solving the incremental search vs. invalid-RegEx problem would be to require a RegEx to be formatted as in many text-oriented languages&#039; (AWK, Perl, Ruby, ...) RegEx support, inside forward-slash delimeters like this:&lt;/p&gt;
&lt;p&gt;/([2-9]d{2}) [2-9]d{2}-d{4}/&lt;/p&gt;
&lt;p&gt;Given the first character typed is a slash, you could defer the incremental results until an unescaped trailing slash is seen. &lt;/p&gt;
&lt;p&gt;Alternatively, you could add a checkbox for &quot;show incremental results&quot;, defaulting to checked, and let the user turn it off if they don&#039;t want to see it. Many times, I build up RegEx&#039;s in small parts as I hone in on what I&#039;m really looking for, so seeing the intermediate results could actually be a feature.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Love this tool. I&#8217;ve always thought MS software would benefit from better-integrated RegEx support. I&#8217;m surprised you say you have used them a dozen times in your life; I probably use them a dozen times an hour.</p>
<p>Another suggestion for solving the incremental search vs. invalid-RegEx problem would be to require a RegEx to be formatted as in many text-oriented languages&#8217; (AWK, Perl, Ruby, &#8230;) RegEx support, inside forward-slash delimeters like this:</p>
<p>/([2-9]d{2}) [2-9]d{2}-d{4}/</p>
<p>Given the first character typed is a slash, you could defer the incremental results until an unescaped trailing slash is seen. </p>
<p>Alternatively, you could add a checkbox for &#8220;show incremental results&#8221;, defaulting to checked, and let the user turn it off if they don&#8217;t want to see it. Many times, I build up RegEx&#8217;s in small parts as I hone in on what I&#8217;m really looking for, so seeing the intermediate results could actually be a feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/08/10/quick-find-regular-expressions/#comment-40567</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Mon, 10 Aug 2009 21:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2783#comment-40567</guid>
		<description>&lt;p&gt;Didn&#039;t see anything for font-color, but changed from .9 to 1.2 em.  Looks better to me, but let me know what you think.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t see anything for font-color, but changed from .9 to 1.2 em.  Looks better to me, but let me know what you think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/08/10/quick-find-regular-expressions/#comment-40566</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Mon, 10 Aug 2009 21:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2783#comment-40566</guid>
		<description>&lt;p&gt;Currently, it does not display real-time if there are over half a million cells.  In that case it only displays when you exit the textbox.  Maybe a &#039;go&#039; button would be clearer.  And I could use the same thing for regex - just act like it&#039;s too many cells.&lt;/p&gt;
&lt;p&gt;What browser do you use Jon?  It&#039;s clear for me on FF and IE.  Maybe my eyes are only 40 years old. :)  I&#039;ll check the style sheet and fix it up.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Currently, it does not display real-time if there are over half a million cells.  In that case it only displays when you exit the textbox.  Maybe a &#8216;go&#8217; button would be clearer.  And I could use the same thing for regex &#8211; just act like it&#8217;s too many cells.</p>
<p>What browser do you use Jon?  It&#8217;s clear for me on FF and IE.  Maybe my eyes are only 40 years old. <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I&#8217;ll check the style sheet and fix it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Onder</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/08/10/quick-find-regular-expressions/#comment-40556</link>
		<dc:creator>David Onder</dc:creator>
		<pubDate>Mon, 10 Aug 2009 18:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2783#comment-40556</guid>
		<description>&lt;p&gt;This could be very useful.  I wonder if putting a checkbox on the form and then if the option is checked, show nothing until there is something to show.  The checkbox also allow, in the very rare instance, the user to search for rx:.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This could be very useful.  I wonder if putting a checkbox on the form and then if the option is checked, show nothing until there is something to show.  The checkbox also allow, in the very rare instance, the user to search for rx:.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/08/10/quick-find-regular-expressions/#comment-40554</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 10 Aug 2009 14:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2783#comment-40554</guid>
		<description>&lt;p&gt;In the textbox change event, if the text begins with &quot;r&quot;, &quot;rx&quot;, or &quot;rx:&quot;, have it skip the update, but display a small button next to the textbox that says &quot;Go&quot;. &lt;/p&gt;
&lt;p&gt;PS. The small light gray text on white in your table is illegible.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>In the textbox change event, if the text begins with &#8220;r&#8221;, &#8220;rx&#8221;, or &#8220;rx:&#8221;, have it skip the update, but display a small button next to the textbox that says &#8220;Go&#8221;. </p>
<p>PS. The small light gray text on white in your table is illegible.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

