<?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: Search and Replace Wildcard Characters in Dreamweaver</title>
	<atom:link href="http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html</link>
	<description>A blog by Trent Mueller</description>
	<lastBuildDate>Mon, 06 Sep 2010 01:13:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: ken the tech</title>
		<link>http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html/comment-page-1#comment-1017</link>
		<dc:creator>ken the tech</dc:creator>
		<pubDate>Sat, 08 May 2010 21:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html#comment-1017</guid>
		<description>for this:
href=&quot;/wiki/Army-of-Darkness&quot;&gt;
href=&quot;/wiki/Raiders-of-the-Lost-Ark&quot;&gt;
href=&quot;/wiki/Pulp-Fiction&quot;&gt;

to change into this:

href=&quot;http://www.domain.com/Army-of-Darkness.php&quot;&gt;
href=&quot;http://www.domain.com//Raiders-of-the-Lost-Ark.php&quot;&gt;
href=&quot;http://www.domain.com/Pulp-Fiction.php&quot;&gt;

you do like this:
1. find: href=&quot;/wiki/ and replace with href=&quot;http://www.domain.com/
2. find: &quot;&gt; and replace with: .php&quot;&gt;

Of course, prior this you&#039;ll have to have only this code on the page to do not mess up other closing tags from the document.

Thanks for tips!</description>
		<content:encoded><![CDATA[<p>for this:<br />
href=&#8221;/wiki/Army-of-Darkness&#8221;&gt;<br />
href=&#8221;/wiki/Raiders-of-the-Lost-Ark&#8221;&gt;<br />
href=&#8221;/wiki/Pulp-Fiction&#8221;&gt;</p>
<p>to change into this:</p>
<p>href=&#8221;http://www.domain.com/Army-of-Darkness.php&#8221;&gt;<br />
href=&#8221;http://www.domain.com//Raiders-of-the-Lost-Ark.php&#8221;&gt;<br />
href=&#8221;http://www.domain.com/Pulp-Fiction.php&#8221;&gt;</p>
<p>you do like this:<br />
1. find: href=&#8221;/wiki/ and replace with href=&#8221;http://www.domain.com/<br />
2. find: &#8220;&gt; and replace with: .php&#8221;&gt;</p>
<p>Of course, prior this you&#8217;ll have to have only this code on the page to do not mess up other closing tags from the document.</p>
<p>Thanks for tips!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html/comment-page-1#comment-297</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 20 Oct 2008 14:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html#comment-297</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>
</channel>
</rss>
