<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Commentaires sur : JAVA SE : Chercher sur le moteur de recherche, Google</title>
	<atom:link href="http://2manycoders.wordpress.com/2007/06/26/chercher-sur-le-moteur-de-recherche-google/feed/" rel="self" type="application/rss+xml" />
	<link>http://2manycoders.wordpress.com/2007/06/26/chercher-sur-le-moteur-de-recherche-google/</link>
	<description>Go ahead! Make my day, punk !</description>
	<lastBuildDate>Sat, 28 Nov 2009 00:28:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Par : sylvain</title>
		<link>http://2manycoders.wordpress.com/2007/06/26/chercher-sur-le-moteur-de-recherche-google/#comment-165</link>
		<dc:creator>sylvain</dc:creator>
		<pubDate>Sat, 28 Nov 2009 00:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://2manycoders.wordpress.com/2007/06/26/chercher-sur-le-moteur-de-recherche-google/#comment-165</guid>
		<description>pas mal

sauf la recuperation des liens :-/

avec une regexp c&#039;est quand meme moins lourd

      Pattern httpLinks = Pattern.compile(&quot;http[^\&quot;]{1,}&quot;);
      Matcher m         = httpLinks.matcher(chaine);
      
      while (m.find()) {
        System.out.println(m.group());
      }</description>
		<content:encoded><![CDATA[<p>pas mal</p>
<p>sauf la recuperation des liens :-/</p>
<p>avec une regexp c&#8217;est quand meme moins lourd</p>
<p>      Pattern httpLinks = Pattern.compile(&#8220;http[^\"]{1,}&#8221;);<br />
      Matcher m         = httpLinks.matcher(chaine);</p>
<p>      while (m.find()) {<br />
        System.out.println(m.group());<br />
      }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Michael Tim</title>
		<link>http://2manycoders.wordpress.com/2007/06/26/chercher-sur-le-moteur-de-recherche-google/#comment-137</link>
		<dc:creator>Michael Tim</dc:creator>
		<pubDate>Sat, 28 Feb 2009 16:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://2manycoders.wordpress.com/2007/06/26/chercher-sur-le-moteur-de-recherche-google/#comment-137</guid>
		<description>I love your site!

_____________________
Experiencing a slow PC recently? &lt;a href=&quot;http://tinyurl.com/makemypcfaster&quot; rel=&quot;nofollow&quot;&gt;Fix it now!&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I love your site!</p>
<p>_____________________<br />
Experiencing a slow PC recently? <a href="http://tinyurl.com/makemypcfaster" rel="nofollow">Fix it now!</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
