CSS - DOT NET - SQL SERVER - SEO - UTILITIES - DOWNLOADS
Your Source for Software / Utilities / Tips and Tricks
Images Utilities:
General Utilities
The Clock
NameServer Lookup
This webpage will look up all the information required to know who is hosting dns/email etc for a specific domain.
Regular Expression Search Tool
Reg Ex Match Example A while ago I was looking for a way of finding strings inside other strings. My first thought was to write a program to iterate through a string looking for the opening string and then extracting the data between it and the closing string. Someone sugested Regular expressions. My experience was it was easy to use this to find known values, but what I really wanted to do was extract the info from inside a know value. For instance extracting the url of an anchor tag, or scraping a web page and extracting the current value of a stock price in a span tag. This page helps to show you how you can do this with regular expressions.