<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Netexceed blog by Jason Mohan&#187; Netexceed by Jason Mohan</title>
	<atom:link href="http://www.jasonmohan.com/tag/wildcard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonmohan.com</link>
	<description>I am an IT professional who loves to stay on the leading edge of technology, and tries to tackle most commonly faced issues by computer users, and administrators.</description>
	<lastBuildDate>Mon, 19 Jul 2010 20:18:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Find and replace on Dreamweaver</title>
		<link>http://www.jasonmohan.com/other/find-and-replace-on-dreamweaver/</link>
		<comments>http://www.jasonmohan.com/other/find-and-replace-on-dreamweaver/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 14:14:47 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[find and replace]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://www.netexceed.com/?p=243</guid>
		<description><![CDATA[Ever have a html code, or something in a asp or php code that needed to be changed however the expression changes just enough that find and replace won&#8217;t work unless there is a wildcard feature? Well there is. I didn&#8217;t know what it was until recently when I had to change something on a [...]]]></description>
			<content:encoded><![CDATA[<p>Ever have a html code, or something in a asp or php code that needed to be changed however the expression changes just enough that find and replace won&#8217;t work unless there is a wildcard feature? Well there is. I didn&#8217;t know what it was until recently when I had to change something on a project. Below is the example.</p>
<p><span style="text-decoration: underline;"><strong>Find</strong></span></p>
<p>jason.php?id=7</p>
<p>jason.php?id=9</p>
<p>jason.php?id=10</p>
<p><span style="text-decoration: underline;"><strong>Replace with</strong></span></p>
<p>jason.php</p>
<p><strong>Find:</strong> check off &#8220;regular expressions&#8221; and put in the following, jason.php<code>[^"]*</code></p>
<p><code>[^"]* = wildcard<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/other/find-and-replace-on-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
