<?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: HOW TO : Advanced search and replace in Notepad++</title>
	<atom:link href="http://kudithipudi.org/2009/12/13/how-to-advanced-search-and-replace-in-notepad/feed/" rel="self" type="application/rss+xml" />
	<link>http://kudithipudi.org/2009/12/13/how-to-advanced-search-and-replace-in-notepad/</link>
	<description>Too much time on hand!!!</description>
	<lastBuildDate>Mon, 21 May 2012 11:58:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ruslannnn</title>
		<link>http://kudithipudi.org/2009/12/13/how-to-advanced-search-and-replace-in-notepad/comment-page-1/#comment-145333</link>
		<dc:creator>Ruslannnn</dc:creator>
		<pubDate>Tue, 06 Sep 2011 14:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://kudithipudi.org/?p=742#comment-145333</guid>
		<description>Vinay, your expression works correctly.
Thank you!</description>
		<content:encoded><![CDATA[<p>Vinay, your expression works correctly.<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinay</title>
		<link>http://kudithipudi.org/2009/12/13/how-to-advanced-search-and-replace-in-notepad/comment-page-1/#comment-145324</link>
		<dc:creator>Vinay</dc:creator>
		<pubDate>Tue, 06 Sep 2011 13:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://kudithipudi.org/?p=742#comment-145324</guid>
		<description>Ruslan - You can tweak Guillaume&#039;s regex a bit to take care of this exception. You just need to search for . explicitly. See if this modified regex helps

[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+

I tried it with your test data and it did not match the time stamp.</description>
		<content:encoded><![CDATA[<p>Ruslan &#8211; You can tweak Guillaume&#8217;s regex a bit to take care of this exception. You just need to search for . explicitly. See if this modified regex helps</p>
<p>[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+</p>
<p>I tried it with your test data and it did not match the time stamp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruslannnn</title>
		<link>http://kudithipudi.org/2009/12/13/how-to-advanced-search-and-replace-in-notepad/comment-page-1/#comment-145287</link>
		<dc:creator>Ruslannnn</dc:creator>
		<pubDate>Tue, 06 Sep 2011 07:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://kudithipudi.org/?p=742#comment-145287</guid>
		<description>Guillaume, thanks, I tried to use that regular expession to find IP-addresses in my log file, but your expression finds not only IP-adresses, it find any series of 4 numbers separated by any symbol (for example &quot;22 09:24:24&quot;), how can I change your expression to search only IP?</description>
		<content:encoded><![CDATA[<p>Guillaume, thanks, I tried to use that regular expession to find IP-addresses in my log file, but your expression finds not only IP-adresses, it find any series of 4 numbers separated by any symbol (for example &#8220;22 09:24:24&#8243;), how can I change your expression to search only IP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://kudithipudi.org/2009/12/13/how-to-advanced-search-and-replace-in-notepad/comment-page-1/#comment-132465</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Tue, 12 Apr 2011 09:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://kudithipudi.org/?p=742#comment-132465</guid>
		<description>Difficult? What about using the following regular expression:
[0-9]+.[0-9]+.[0-9]+.[0-9]+

[0-9] means any number
+ means it has to appears at least once

This will find any series of 4 numbers separated by dots, from IP addresses to something like 0.23.1.2323523</description>
		<content:encoded><![CDATA[<p>Difficult? What about using the following regular expression:<br />
[0-9]+.[0-9]+.[0-9]+.[0-9]+</p>
<p>[0-9] means any number<br />
+ means it has to appears at least once</p>
<p>This will find any series of 4 numbers separated by dots, from IP addresses to something like 0.23.1.2323523</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinay</title>
		<link>http://kudithipudi.org/2009/12/13/how-to-advanced-search-and-replace-in-notepad/comment-page-1/#comment-127568</link>
		<dc:creator>Vinay</dc:creator>
		<pubDate>Wed, 16 Feb 2011 02:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://kudithipudi.org/?p=742#comment-127568</guid>
		<description>Roman - I think this might be difficult to do in notepad++. You may be better off using a scripting language (perl, python). Check out this link http://www.regular-expressions.info/examples.html . Hope it helps you.</description>
		<content:encoded><![CDATA[<p>Roman &#8211; I think this might be difficult to do in notepad++. You may be better off using a scripting language (perl, python). Check out this link <a href="http://www.regular-expressions.info/examples.html" rel="nofollow">http://www.regular-expressions.info/examples.html</a> . Hope it helps you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roman</title>
		<link>http://kudithipudi.org/2009/12/13/how-to-advanced-search-and-replace-in-notepad/comment-page-1/#comment-127505</link>
		<dc:creator>roman</dc:creator>
		<pubDate>Tue, 15 Feb 2011 09:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://kudithipudi.org/?p=742#comment-127505</guid>
		<description>how i can replace ip address. for examle 100.29.111.21,
into A.A.A.A?</description>
		<content:encoded><![CDATA[<p>how i can replace ip address. for examle 100.29.111.21,<br />
into A.A.A.A?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Bocook</title>
		<link>http://kudithipudi.org/2009/12/13/how-to-advanced-search-and-replace-in-notepad/comment-page-1/#comment-116903</link>
		<dc:creator>Jon Bocook</dc:creator>
		<pubDate>Mon, 15 Feb 2010 21:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://kudithipudi.org/?p=742#comment-116903</guid>
		<description>Thanks for talking about this topic. I had been searching for good information about it.</description>
		<content:encoded><![CDATA[<p>Thanks for talking about this topic. I had been searching for good information about it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

