<?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>Tue, 20 Dec 2011 05:02:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: arun vishwakarma</title>
		<link>http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html/comment-page-1#comment-1575</link>
		<dc:creator>arun vishwakarma</dc:creator>
		<pubDate>Sun, 09 Oct 2011 19:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html#comment-1575</guid>
		<description>good ! tutorials , very helpful......................
one question is in my mind how to replace a word e.g &#039;name&#039; by  &#039;name1&#039; , &#039;name2&#039; , &#039;name3&#039; ......................in  documents where is find.
please help
Thanks</description>
		<content:encoded><![CDATA[<p>good ! tutorials , very helpful&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
one question is in my mind how to replace a word e.g &#8216;name&#8217; by  &#8216;name1&#8242; , &#8216;name2&#8242; , &#8216;name3&#8242; &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.in  documents where is find.<br />
please help<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trent M</title>
		<link>http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html/comment-page-1#comment-1521</link>
		<dc:creator>Trent M</dc:creator>
		<pubDate>Fri, 09 Sep 2011 06:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html#comment-1521</guid>
		<description>This is the other way people can search/match emails:

^[a-zA-Z0-9._-]+@[a-zA-Z0-9-]+\.[a-zA-Z.]{2,5}$</description>
		<content:encoded><![CDATA[<p>This is the other way people can search/match emails:</p>
<p>^[a-zA-Z0-9._-]+@[a-zA-Z0-9-]+\.[a-zA-Z.]{2,5}$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trent M</title>
		<link>http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html/comment-page-1#comment-1520</link>
		<dc:creator>Trent M</dc:creator>
		<pubDate>Fri, 09 Sep 2011 06:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html#comment-1520</guid>
		<description>In your regex code, you might try using ^\s which should literally mean &#039;find anything, except a space (continuous characters before the @ sign)&#039; 

So, to remove prefixes of emails, try searching:
([^\s]*)@
then replacing with:
@</description>
		<content:encoded><![CDATA[<p>In your regex code, you might try using ^\s which should literally mean &#8216;find anything, except a space (continuous characters before the @ sign)&#8217; </p>
<p>So, to remove prefixes of emails, try searching:<br />
([^\s]*)@<br />
then replacing with:<br />
@</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vic</title>
		<link>http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html/comment-page-1#comment-1519</link>
		<dc:creator>vic</dc:creator>
		<pubDate>Fri, 09 Sep 2011 02:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html#comment-1519</guid>
		<description>Hi, I want to remove everything before @ from emails addresses, i.e. my.address123_O@yahoo.com

How can this be done in Dreamweaver?

Thanks, this article is awesome!</description>
		<content:encoded><![CDATA[<p>Hi, I want to remove everything before @ from emails addresses, i.e. <a href="mailto:my.address123_O@yahoo.com">my.address123_O@yahoo.com</a></p>
<p>How can this be done in Dreamweaver?</p>
<p>Thanks, this article is awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim schembs</title>
		<link>http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html/comment-page-1#comment-1490</link>
		<dc:creator>jim schembs</dc:creator>
		<pubDate>Tue, 31 May 2011 23:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html#comment-1490</guid>
		<description>This is fantastic stuff and will really help me, if I can figure out how to use it.
I have a few (but only a few) times had success.

It says to “Use regular expression.”  What does that mean?  What is an “irregular expression?”  I have tried with the box checked and unchecked.  Usually with the box checked it will not Find my string.  I uncheck the box and it usually does.

I am posting an example on the above website.

From the DW source code I literally copy the line of code:

Joh. Heinrich Sch&#246;m (1713-1785) 1.

and paste it into the Find box of F&amp;R.  I then put my cursor above the line and it does not Find it, giving me the “Done.  Not found in current document.” response.  I uncheck the “Use regular expression” box and it will find it as long as there is no wildcard.  It finds it in all four (identical) examples.

THEN,
I try using a wildcard (with the box checked), Finding:

([^&lt;]*)
or
[^”]*

and it will find the misc. lines, e.g. where the text is “Case #1”, but not the lines of interest, with Heinrich’s name.  With the box unchecked it Finds nothing.

Really would appreciate help.  Thanks.</description>
		<content:encoded><![CDATA[<p>This is fantastic stuff and will really help me, if I can figure out how to use it.<br />
I have a few (but only a few) times had success.</p>
<p>It says to “Use regular expression.”  What does that mean?  What is an “irregular expression?”  I have tried with the box checked and unchecked.  Usually with the box checked it will not Find my string.  I uncheck the box and it usually does.</p>
<p>I am posting an example on the above website.</p>
<p>From the DW source code I literally copy the line of code:</p>
<p>Joh. Heinrich Sch&ouml;m (1713-1785) 1.</p>
<p>and paste it into the Find box of F&amp;R.  I then put my cursor above the line and it does not Find it, giving me the “Done.  Not found in current document.” response.  I uncheck the “Use regular expression” box and it will find it as long as there is no wildcard.  It finds it in all four (identical) examples.</p>
<p>THEN,<br />
I try using a wildcard (with the box checked), Finding:</p>
<p>([^&lt;]*)<br />
or<br />
[^”]*</p>
<p>and it will find the misc. lines, e.g. where the text is “Case #1”, but not the lines of interest, with Heinrich’s name.  With the box unchecked it Finds nothing.</p>
<p>Really would appreciate help.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trent M</title>
		<link>http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html/comment-page-1#comment-1441</link>
		<dc:creator>Trent M</dc:creator>
		<pubDate>Wed, 05 Jan 2011 06:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html#comment-1441</guid>
		<description>You can do this with Dreamweaver and regex. My page here is not comprehensive, do a search and you&#039;ll find a good guide. This site might work ok: http://www.regular-expressions.info/reference.html</description>
		<content:encoded><![CDATA[<p>You can do this with Dreamweaver and regex. My page here is not comprehensive, do a search and you&#8217;ll find a good guide. This site might work ok: <a href="http://www.regular-expressions.info/reference.html" rel="nofollow">http://www.regular-expressions.info/reference.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html/comment-page-1#comment-1440</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Tue, 04 Jan 2011 14:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html#comment-1440</guid>
		<description>I have over a thousand pages with a variable string like this:
page #1  &lt;a href=&quot;http://www....com/product/01039485692?tag......
page #2 &lt;a href=&quot;http://www... .com/product/0593938643?tag......
I want to find and replace all the pages but each string has different numbers in it, the rest of the string is the same. 
I want to replace all those different strings with this:
Our Discount Price

Any help is appreciative
Bill</description>
		<content:encoded><![CDATA[<p>I have over a thousand pages with a variable string like this:<br />
page #1  &lt;a href=&quot;<a href="http://www....com/product/01039485692?tag....." rel="nofollow">http://www&#8230;.com/product/01039485692?tag&#8230;..</a>.<br />
page #2 &lt;a href=&quot;<a href="http://www.." rel="nofollow">http://www..</a>. .com/product/0593938643?tag&#8230;&#8230;<br />
I want to find and replace all the pages but each string has different numbers in it, the rest of the string is the same.<br />
I want to replace all those different strings with this:<br />
Our Discount Price</p>
<p>Any help is appreciative<br />
Bill</p>
]]></content:encoded>
	</item>
</channel>
</rss>

