<?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: Regular Expressions in Dreamweaver</title>
	<atom:link href="http://www.askapache.com/tools/regular-expressions-in-dreamweaver.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/tools/regular-expressions-in-dreamweaver.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ronny Stalker</title>
		<link>http://www.askapache.com/tools/regular-expressions-in-dreamweaver.html#comment-100421</link>
		<dc:creator>Ronny Stalker</dc:creator>
		<pubDate>Fri, 04 Sep 2009 22:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/webmaster/regular-expressions-in-dreamweaver.html#comment-100421</guid>
		<description>Hi could anyone give me an example expression that finds the equivalent of this  :

FIND:
&lt;pre&gt;&lt;!&#45;- #BeginLibraryItem &quot;/Library/my_library_item.lbi&quot; &#45;-&gt;
[ANY NUMBER OF ANY CHARACTERS (ignoring whitespace)]
&lt;!&#45;- #EndLibraryItem &#45;-&gt;&lt;/pre&gt;


REPLACE:
Nothing
(DELETE)

for DW MX 2004
I have tried:

&lt;pre&gt;&#45;&#45;-
&lt;!&#45;- #BeginLibraryItem &quot;/Library/a_sitesearch_right.lbi&quot; &#45;-&gt;[.&#124;\s
]*&lt;!&#45;- #EndLibraryItem &#45;-&gt;
&#45;&#45;-
to mean 
&lt;!&#45;- #BeginLibraryItem &quot;/Library/a_sitesearch_right.lbi&quot; &#45;-&gt;[&quot;Any single character except newline&quot; OR &quot;Any single white-space character, including space, tab, form feed, or line feed.&quot;]any number of times&lt;!&#45;- #EndLibraryItem &#45;-&gt;
&#45;&#45;-&lt;/pre&gt;


however that does to seem to work.</description>
		<content:encoded><![CDATA[<p>Hi could anyone give me an example expression that finds the equivalent of this  :</p>
<p>FIND:</p>
<pre>&lt;!&#45;- #BeginLibraryItem "/Library/my_library_item.lbi" &#45;-&gt;
[ANY NUMBER OF ANY CHARACTERS (ignoring whitespace)]
&lt;!&#45;- #EndLibraryItem &#45;-&gt;</pre>
<p>REPLACE:<br />
Nothing<br />
(DELETE)</p>
<p>for DW MX 2004<br />
I have tried:</p>
<pre>&#45;&#45;-
&lt;!&#45;- #BeginLibraryItem "/Library/a_sitesearch_right.lbi" &#45;-&gt;[.|\s
]*&lt;!&#45;- #EndLibraryItem &#45;-&gt;
&#45;&#45;-
to mean
&lt;!&#45;- #BeginLibraryItem "/Library/a_sitesearch_right.lbi" &#45;-&gt;["Any single character except newline" OR "Any single white-space character, including space, tab, form feed, or line feed."]any number of times&lt;!&#45;- #EndLibraryItem &#45;-&gt;
&#45;&#45;-</pre>
<p>however that does to seem to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.askapache.com/tools/regular-expressions-in-dreamweaver.html#comment-46197</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 20 Oct 2008 14:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/webmaster/regular-expressions-in-dreamweaver.html#comment-46197</guid>
		<description>Hi,

This is my fist attempt with RegularExpression.

Do somebody know how to replace multiple characters in Dreamweaver?

I search for ([\—\–\”\“\‘\’])  And woul like to replace these characters with - &quot; and &#039;.

I know how to search for them but i have no idea what to enter in the replace form.   

Thankfull for all the help i can get
// Daneil</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is my fist attempt with RegularExpression.</p>
<p>Do somebody know how to replace multiple characters in Dreamweaver?</p>
<p>I search for ([\—\–\”\“\‘\’])  And woul like to replace these characters with &#8211; &#8221; and &#8216;.</p>
<p>I know how to search for them but i have no idea what to enter in the replace form.   </p>
<p>Thankfull for all the help i can get<br />
// Daneil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marvin Ochieng</title>
		<link>http://www.askapache.com/tools/regular-expressions-in-dreamweaver.html#comment-45074</link>
		<dc:creator>Marvin Ochieng</dc:creator>
		<pubDate>Fri, 12 Sep 2008 03:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/webmaster/regular-expressions-in-dreamweaver.html#comment-45074</guid>
		<description>hi. thank you for your very informative article..however, being up till 2am in the morning does make me a little slow and comprehending the above is a nightmare. i cant get it to search for anything with data so i can replace the last tag to be a </description>
		<content:encoded><![CDATA[<p>hi. thank you for your very informative article..however, being up till 2am in the morning does make me a little slow and comprehending the above is a nightmare. i cant get it to search for anything with data so i can replace the last tag to be a </p>
]]></content:encoded>
	</item>
</channel>
</rss>
