This Damn Thing Should Work

Monday, May 23, 2005

Regular Expression Library -- presented by ASPSmith.com Training

I hate regular expressions. I think they are a wonderful concept, but I can never seem to figure out even the most basic regEx to solve some problem. So I don't reinvent the wheel - someone else has got to have tried to do this before. Here are some links I always find myself returning to trying figure this crap out...

Regular Expression Library -- presented by ASPSmith.com Training

A good resource for regex expressions. Thank god somebody else figures this out cause I can barely understand some of these...

http://aspnet.4guysfromrolla.com/articles/022603-1.aspx

4Guys article on using Regex in Asp.NET - a little obtuse in the basics, it still gives usable code...

http://www.regexbuddy.com/

This thing is COOL. Drag and drop together (kinda) regex expressions. Much more exciting to me is the ability to quickly test regex patterns against text. This has saved me a lot of page postbacks testing it in code...

0 Comments:

Post a Comment

<< Home