<?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>Comments on: JavaScript Regular Expression Special Characters: $ ^</title>
	<atom:link href="http://joeyjavas.com/2007/04/06/two-javascript-regular-expression-special-characters/feed/" rel="self" type="application/rss+xml" />
	<link>http://joeyjavas.com/2007/04/06/two-javascript-regular-expression-special-characters/</link>
	<description>... And You Can Too</description>
	<lastBuildDate>Thu, 11 Mar 2010 07:15:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John</title>
		<link>http://joeyjavas.com/2007/04/06/two-javascript-regular-expression-special-characters/#comment-7</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 27 Sep 2007 14:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://techsaints.wordpress.com/2007/04/06/two-javascript-regular-expression-special-characters/#comment-7</guid>
		<description>Im trying to search a textarea multi-line for a specific regular expression. If the return is false, i need to do a replace, matching the negation of my regular expression, to delete the wrong lines. How can i do this?</description>
		<content:encoded><![CDATA[<p>Im trying to search a textarea multi-line for a specific regular expression. If the return is false, i need to do a replace, matching the negation of my regular expression, to delete the wrong lines. How can i do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://joeyjavas.com/2007/04/06/two-javascript-regular-expression-special-characters/#comment-5</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Thu, 14 Jun 2007 13:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://techsaints.wordpress.com/2007/04/06/two-javascript-regular-expression-special-characters/#comment-5</guid>
		<description>Mohan,
Please try the following:
document.write(/\//.test(&#039;this string has a / in it&#039;));</description>
		<content:encoded><![CDATA[<p>Mohan,<br />
Please try the following:<br />
document.write(/\//.test(&#39;this string has a / in it&#39;));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohan</title>
		<link>http://joeyjavas.com/2007/04/06/two-javascript-regular-expression-special-characters/#comment-6</link>
		<dc:creator>Mohan</dc:creator>
		<pubDate>Fri, 08 Jun 2007 04:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://techsaints.wordpress.com/2007/04/06/two-javascript-regular-expression-special-characters/#comment-6</guid>
		<description>How i can validate forward slash(/) using javascript validator

Thanks in advance,
Mohan</description>
		<content:encoded><![CDATA[<p>How i can validate forward slash(/) using javascript validator</p>
<p>Thanks in advance,<br />
Mohan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
