<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Tom Andreas Mannerud</title>
	<link>http://mannerud.org</link>
	<description>IT Professional, Educator, and Consultant</description>
	<lastBuildDate>Wed, 01 Jul 2009 00:49:50 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Regular Expressions in VBScript</title>
		<description>Finding string patterns within a text, or Regular Expressions as the are called, can be easily accomplished in VBScript. Below is a sample code that illustrates how to find the pattern "-L" from a search string.

First we must declare our search string and create our Regular Expression Object.
strSearchString = "TPA-FWR-L001"
Set ...</description>
		<link>http://mannerud.org/2008/11/regular-expressions-in-vbscript/</link>
			</item>
</channel>
</rss>
