<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/asp/tags/regex</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 23:23:16 GMT</pubDate>
<item>
<title>(ASP) ASP (vbscript): Retrieve Remote XML RSS Feed, Modify Using Regular Expression, and then Save to Local XML File - karlhorky</title>
<link>http://snipplr.com/view/20484/asp-vbscript-retrieve-remote-xml-rss-feed-modify-using-regular-expression-and-then-save-to-local-xml-file/</link>
<description><![CDATA[ <p>This script will retrieve a remote xml rss feed, modify it based upon a date extracted from a remote html document (using a regular expression), and save it to a local file.</p> ]]></description>
<pubDate>Wed, 30 Sep 2009 15:00:49 GMT</pubDate>
<guid>http://snipplr.com/view/20484/asp-vbscript-retrieve-remote-xml-rss-feed-modify-using-regular-expression-and-then-save-to-local-xml-file/</guid>
</item>
<item>
<title>(ASP) VBScript Regular Expression Search and Replace Functions - wizard04</title>
<link>http://snipplr.com/view/19559/vbscript-regular-expression-search-and-replace-functions/</link>
<description><![CDATA[ <p>Functions to make using regular expressions a bit easier. They're named after the respective PHP function.</p> ]]></description>
<pubDate>Fri, 11 Sep 2009 11:53:57 GMT</pubDate>
<guid>http://snipplr.com/view/19559/vbscript-regular-expression-search-and-replace-functions/</guid>
</item>
<item>
<title>(ASP) Asp ereg_replace function  (similar to php function) - ginoplusio</title>
<link>http://snipplr.com/view/9642/asp-eregreplace-function--similar-to-php-function/</link>
<description><![CDATA[ <p>similar to php ereg_replace.
You can pass this pattern [^A-Za-z0-9] and "" to remove from string non alphanumerical chars:

s = ereg_replace("[^A-Za-z0-9]","",s)

I use this function to clean input fields...</p> ]]></description>
<pubDate>Tue, 11 Nov 2008 05:47:15 GMT</pubDate>
<guid>http://snipplr.com/view/9642/asp-eregreplace-function--similar-to-php-function/</guid>
</item>
<item>
<title>(ASP) Regex Functions - jc001</title>
<link>http://snipplr.com/view/5261/regex-functions/</link>
<description><![CDATA[ <p>Easy functions, comments in code.

From:  http://www.ilovejackdaniels.com/asp/vbscript-regular-expressions/</p> ]]></description>
<pubDate>Mon, 03 Mar 2008 16:37:48 GMT</pubDate>
<guid>http://snipplr.com/view/5261/regex-functions/</guid>
</item>
</channel>
</rss>