<?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 Escape All Regexp Special Chars</title>
	<atom:link href="http://www.flexer.info/2008/08/07/how-to-escape-all-regexp-special-chars/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexer.info/2008/08/07/how-to-escape-all-regexp-special-chars/</link>
	<description>flex developers web corner</description>
	<lastBuildDate>Fri, 12 Mar 2010 00:18:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dipanjan</title>
		<link>http://www.flexer.info/2008/08/07/how-to-escape-all-regexp-special-chars/comment-page-1/#comment-1645</link>
		<dc:creator>Dipanjan</dc:creator>
		<pubDate>Thu, 02 Jul 2009 13:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=237#comment-1645</guid>
		<description>Hey..
Thanks a lot for this RegEx... I was having a hard time to find an escape sequence for a piece of string. You really decreased my efforts a lot.
Thanks</description>
		<content:encoded><![CDATA[<p>Hey..<br />
Thanks a lot for this RegEx&#8230; I was having a hard time to find an escape sequence for a piece of string. You really decreased my efforts a lot.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kranthi</title>
		<link>http://www.flexer.info/2008/08/07/how-to-escape-all-regexp-special-chars/comment-page-1/#comment-1020</link>
		<dc:creator>kranthi</dc:creator>
		<pubDate>Mon, 22 Dec 2008 20:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=237#comment-1020</guid>
		<description>HI,

I am new to flex and working on some project.
I have a search filed in my page and i have to search for the data in the grid present in the same page, i am using regular expression for searching the data, 
i also have some special characters in the grid data,
to escape the characters i used the function u provided in this link,
it worked fine for all the special characters except &quot; $, ^ and . &quot;

Can u please help me out of this by letting me know how to escape these characters.

Thankyou.</description>
		<content:encoded><![CDATA[<p>HI,</p>
<p>I am new to flex and working on some project.<br />
I have a search filed in my page and i have to search for the data in the grid present in the same page, i am using regular expression for searching the data,<br />
i also have some special characters in the grid data,<br />
to escape the characters i used the function u provided in this link,<br />
it worked fine for all the special characters except &#8221; $, ^ and . &#8221;</p>
<p>Can u please help me out of this by letting me know how to escape these characters.</p>
<p>Thankyou.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
