<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Search secrets: searching like a pro with regular expressions</title>
	<link>http://blog.exalead.com/2007/09/13/search-secrets-searching-like-a-pro-with-regular-expressions/</link>
	<description>The blog of Exalead - Choose a new search engine</description>
	<pubDate>Sun, 07 Sep 2008 12:35:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Andreas Lohr</title>
		<link>http://blog.exalead.com/2007/09/13/search-secrets-searching-like-a-pro-with-regular-expressions/#comment-103</link>
		<author>Andreas Lohr</author>
		<pubDate>Wed, 10 Oct 2007 08:27:34 +0000</pubDate>
		<guid>http://blog.exalead.com/2007/09/13/search-secrets-searching-like-a-pro-with-regular-expressions/#comment-103</guid>
		<description>Great extension for professional programmers. Unfortunaly reg expressions are not easy enough for regular users.
</description>
		<content:encoded><![CDATA[<p>Great extension for professional programmers. Unfortunaly reg expressions are not easy enough for regular users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr.Kyle Sho</title>
		<link>http://blog.exalead.com/2007/09/13/search-secrets-searching-like-a-pro-with-regular-expressions/#comment-76</link>
		<author>Mr.Kyle Sho</author>
		<pubDate>Mon, 24 Sep 2007 06:14:51 +0000</pubDate>
		<guid>http://blog.exalead.com/2007/09/13/search-secrets-searching-like-a-pro-with-regular-expressions/#comment-76</guid>
		<description>hello
this is great blog and i can got lots of information them 
thanks a lot
</description>
		<content:encoded><![CDATA[<p>hello<br />
this is great blog and i can got lots of information them<br />
thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alain Pierrot</title>
		<link>http://blog.exalead.com/2007/09/13/search-secrets-searching-like-a-pro-with-regular-expressions/#comment-70</link>
		<author>Alain Pierrot</author>
		<pubDate>Fri, 14 Sep 2007 13:02:27 +0000</pubDate>
		<guid>http://blog.exalead.com/2007/09/13/search-secrets-searching-like-a-pro-with-regular-expressions/#comment-70</guid>
		<description>First, congratulations for integrating this very powerful feature, which in my opinion would be worth teaching much  more widely.
Regexps are too often closely associated with the word 'geek' nearby...
A few remarks however:
About the example “/exa*lead/ -exalead”:
1. a more straightforward regexp is simply /exaa+lead/
2. the mix between regexp and word exclusion with minus gives me the uncomfortable feeling that it introduces a kind of new dialect of regexps :-(
About the example  “color” (American English) and “colour”:
It is usually used to introduce the ? quantifier, /colou?r/
About dialects, when a MacUser, I appreciate a lot the very complete and sophisticated regexp treatment offered by TextWrangler, with a nice user manual. Worth having a look to define specs?
TextWrangler is available as freeware at:
http://www.barebones.com/
</description>
		<content:encoded><![CDATA[<p>First, congratulations for integrating this very powerful feature, which in my opinion would be worth teaching much  more widely.<br />
Regexps are too often closely associated with the word &#8216;geek&#8217; nearby&#8230;<br />
A few remarks however:<br />
About the example “/exa*lead/ -exalead”:<br />
1. a more straightforward regexp is simply /exaa+lead/<br />
2. the mix between regexp and word exclusion with minus gives me the uncomfortable feeling that it introduces a kind of new dialect of regexps <img src='http://blog.exalead.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
About the example  “color” (American English) and “colour”:<br />
It is usually used to introduce the ? quantifier, /colou?r/<br />
About dialects, when a MacUser, I appreciate a lot the very complete and sophisticated regexp treatment offered by TextWrangler, with a nice user manual. Worth having a look to define specs?<br />
TextWrangler is available as freeware at:<br />
<a href="http://www.barebones.com/" rel="nofollow">http://www.barebones.com/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
