<?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: Visual Studio Find (and Replace) Regular Expressions</title>
	<atom:link href="http://www.aaronlerch.com/blog/2007/03/28/visual-studio-find-and-replace-regular-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaronlerch.com/blog/2007/03/28/visual-studio-find-and-replace-regular-expressions/</link>
	<description></description>
	<lastBuildDate>Sat, 12 Nov 2011 20:10:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Branko Veljovic</title>
		<link>http://www.aaronlerch.com/blog/2007/03/28/visual-studio-find-and-replace-regular-expressions/comment-page-1/#comment-46</link>
		<dc:creator>Branko Veljovic</dc:creator>
		<pubDate>Wed, 22 Aug 2007 23:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/03/28/visual-studio-find-and-replace-regular-expressions/#comment-46</guid>
		<description>If you were to write &quot;find and replace&quot; basic/crystal &quot;formula&quot;. How would you do it. I am working in crystal reports and i want to set up about 130 find/replace for differennt abreviations. &lt;BR/&gt;&lt;BR/&gt;For example: &lt;BR/&gt;&lt;BR/&gt;if you find &quot;REAMER&quot; (anywhere in the assigned collumn) replace it with &quot;RMR&quot;  AND &lt;BR/&gt;IF .......... AND &lt;BR/&gt;140 more of these.&lt;BR/&gt;&lt;BR/&gt;NO case sensitive search but upper case replacment) ! &lt;BR/&gt;&lt;BR/&gt;THANKS,&lt;BR/&gt;&lt;BR/&gt; &lt;BR/&gt;branko22@gmail.com</description>
		<content:encoded><![CDATA[<p>If you were to write &#8220;find and replace&#8221; basic/crystal &#8220;formula&#8221;. How would you do it. I am working in crystal reports and i want to set up about 130 find/replace for differennt abreviations. </p>
<p>For example: </p>
<p>if you find &#8220;REAMER&#8221; (anywhere in the assigned collumn) replace it with &#8220;RMR&#8221;  AND <br />IF &#8230;&#8230;&#8230;. AND <br />140 more of these.</p>
<p>NO case sensitive search but upper case replacment) ! </p>
<p>THANKS,</p>
<p><a href="mailto:branko22@gmail.com">branko22@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron</title>
		<link>http://www.aaronlerch.com/blog/2007/03/28/visual-studio-find-and-replace-regular-expressions/comment-page-1/#comment-47</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Wed, 22 Aug 2007 23:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/03/28/visual-studio-find-and-replace-regular-expressions/#comment-47</guid>
		<description>Do you ever have one of those moments where you feel like a complete moron? No? Well I do! :) Now is one of those times.  Thank you for pointing that out! I can&#039;t BELIEVE I missed that -- I went back and looked and it&#039;s even on the MSDN reference page. Geez.&lt;BR/&gt;&lt;BR/&gt;I feel a little better, though, because the PowerShell script worked out better for me in the end (whew!).&lt;BR/&gt;&lt;BR/&gt;Thanks again!!!!</description>
		<content:encoded><![CDATA[<p>Do you ever have one of those moments where you feel like a complete moron? No? Well I do! <img src='http://www.aaronlerch.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Now is one of those times.  Thank you for pointing that out! I can&#8217;t BELIEVE I missed that &#8212; I went back and looked and it&#8217;s even on the MSDN reference page. Geez.</p>
<p>I feel a little better, though, because the PowerShell script worked out better for me in the end (whew!).</p>
<p>Thanks again!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.aaronlerch.com/blog/2007/03/28/visual-studio-find-and-replace-regular-expressions/comment-page-1/#comment-48</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 22 Aug 2007 23:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/03/28/visual-studio-find-and-replace-regular-expressions/#comment-48</guid>
		<description>Hi,&lt;BR/&gt;&lt;BR/&gt;Based on the documentation in VS2005:&lt;BR/&gt;* and + are greedy, but&lt;BR/&gt;@ and # are their lazy equivalents&lt;BR/&gt;&lt;BR/&gt;(I found these and more by clicking on the dropdown to the right of the text box and clicking on &#039;Complete Character List&#039; )&lt;BR/&gt;&lt;BR/&gt;Sounds like I found this too late for you though.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Based on the documentation in VS2005:<br />* and + are greedy, but<br />@ and # are their lazy equivalents</p>
<p>(I found these and more by clicking on the dropdown to the right of the text box and clicking on &#8216;Complete Character List&#8217; )</p>
<p>Sounds like I found this too late for you though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron</title>
		<link>http://www.aaronlerch.com/blog/2007/03/28/visual-studio-find-and-replace-regular-expressions/comment-page-1/#comment-49</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Wed, 22 Aug 2007 23:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/03/28/visual-studio-find-and-replace-regular-expressions/#comment-49</guid>
		<description>I had seen that, and other search/replace tools (I technically didn&#039;t even need Visual Studio, I was just using the sledge hammer to pound in a tack :) ).&lt;BR/&gt;&lt;BR/&gt;I ended up writing a PowerShell script, which worked out much better in the long run because I was able to  automate much of the process (which involved several similar search/replaces, etc.)&lt;BR/&gt;&lt;BR/&gt;Thanks!</description>
		<content:encoded><![CDATA[<p>I had seen that, and other search/replace tools (I technically didn&#8217;t even need Visual Studio, I was just using the sledge hammer to pound in a tack <img src='http://www.aaronlerch.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ).</p>
<p>I ended up writing a PowerShell script, which worked out much better in the long run because I was able to  automate much of the process (which involved several similar search/replaces, etc.)</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Moser</title>
		<link>http://www.aaronlerch.com/blog/2007/03/28/visual-studio-find-and-replace-regular-expressions/comment-page-1/#comment-50</link>
		<dc:creator>Jeff Moser</dc:creator>
		<pubDate>Wed, 22 Aug 2007 23:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/03/28/visual-studio-find-and-replace-regular-expressions/#comment-50</guid>
		<description>If it were me, I&#039;d download something like http://www.codeproject.com/csharp/SearcherAddIn.asp&lt;BR/&gt;&lt;BR/&gt;And then be able to use the System.Text.RegularExpressions version which make sense to me since I use them so much.</description>
		<content:encoded><![CDATA[<p>If it were me, I&#8217;d download something like <a href="http://www.codeproject.com/csharp/SearcherAddIn.asp" rel="nofollow">http://www.codeproject.com/csharp/SearcherAddIn.asp</a></p>
<p>And then be able to use the System.Text.RegularExpressions version which make sense to me since I use them so much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

