<?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"
	>
<channel>
	<title>Comments on: ASP: get the name of the current page</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2004/10/05/asp-get-the-name-of-the-current-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2004/10/05/asp-get-the-name-of-the-current-page/</link>
	<description></description>
	<pubDate>Fri, 29 Aug 2008 08:27:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Dave</title>
		<link>http://www.scriptygoddess.com/archives/2004/10/05/asp-get-the-name-of-the-current-page/#comment-12804</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 07 Oct 2004 13:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/10/05/asp-get-the-name-of-the-current-page/#comment-12804</guid>
		<description>I forgot to say ... your RegEx won't match 10, 20, 30, etc (anything ending in a zero). The following pattern should do the job:

objRegExp.Pattern = "^[1-9][0-9]?\.asp"

Reads: String starts with a digit from 1 to 9, and &lt;em&gt;may&lt;/em&gt; be followed by a digit from 0 to 9, then ".asp".</description>
		<content:encoded><![CDATA[<p>I forgot to say &#8230; your RegEx won&#8217;t match 10, 20, 30, etc (anything ending in a zero). The following pattern should do the job:</p>
<p>objRegExp.Pattern = &#8220;^[1-9][0-9]?\.asp&#8221;</p>
<p>Reads: String starts with a digit from 1 to 9, and <em>may</em> be followed by a digit from 0 to 9, then &#8220;.asp&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.scriptygoddess.com/archives/2004/10/05/asp-get-the-name-of-the-current-page/#comment-12797</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 07 Oct 2004 09:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/10/05/asp-get-the-name-of-the-current-page/#comment-12797</guid>
		<description>Ditto - ASP is evil, PHP is sweetness and light. But there are bad people out there who make me use ASP sometimes too. They will be first to die when the revolution comes. Or something like that.

VBScript Regular Expressions? I have an article that might help ... a guide to them intended to help people past the bleeding eyes stage:

&lt;a href="http://www.ilovejackdaniels.com/asp/vbscript-regular-expressions/"&gt;VBScript Regular Expressions&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Ditto - ASP is evil, PHP is sweetness and light. But there are bad people out there who make me use ASP sometimes too. They will be first to die when the revolution comes. Or something like that.</p>
<p>VBScript Regular Expressions? I have an article that might help &#8230; a guide to them intended to help people past the bleeding eyes stage:</p>
<p><a href="http://www.ilovejackdaniels.com/asp/vbscript-regular-expressions/">VBScript Regular Expressions</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.scriptygoddess.com/archives/2004/10/05/asp-get-the-name-of-the-current-page/#comment-12777</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 06 Oct 2004 04:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/10/05/asp-get-the-name-of-the-current-page/#comment-12777</guid>
		<description>&lt;em&gt;I'm trying to get a better grasp of regular expressions. I know they're useful, I just can't seem to wrap my head around them.&lt;/em&gt;

Same here.  I spent hours yesterday trying to figure out a simple regular expression.  When I figured it out I felt a great sense of accomplishment, but also great frustration at how easy the answer ended up being.  That seems to be how we learn though. :-D</description>
		<content:encoded><![CDATA[<p><em>I&#8217;m trying to get a better grasp of regular expressions. I know they&#8217;re useful, I just can&#8217;t seem to wrap my head around them.</em></p>
<p>Same here.  I spent hours yesterday trying to figure out a simple regular expression.  When I figured it out I felt a great sense of accomplishment, but also great frustration at how easy the answer ended up being.  That seems to be how we learn though. <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenni the Jester</title>
		<link>http://www.scriptygoddess.com/archives/2004/10/05/asp-get-the-name-of-the-current-page/#comment-12776</link>
		<dc:creator>Jenni the Jester</dc:creator>
		<pubDate>Tue, 05 Oct 2004 20:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/10/05/asp-get-the-name-of-the-current-page/#comment-12776</guid>
		<description>"Side note: I hate ASP. I love PHP. But sometimes mean people make me use ASP"

I am right there with you.  Ugh.
I myself am currently drowning in asp when all I want to do is convert it to php and be done with it.  Grrr.</description>
		<content:encoded><![CDATA[<p>&#8220;Side note: I hate ASP. I love PHP. But sometimes mean people make me use ASP&#8221;</p>
<p>I am right there with you.  Ugh.<br />
I myself am currently drowning in asp when all I want to do is convert it to php and be done with it.  Grrr.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.264 seconds -->
