Donate your Regular Expressions...
All regular expressions really boil down to is matching, searching, and replacing.
I've been looking for a good regular expression library which include some or all of these types and that are useful.
Some methods would inlcude:
public static bool ValidEmail(string email);
public static MatchCollection FindEmails(string text);
public static MatchCollection FindLinks(string text);
etc.
If you have anything to offer, post a feedback or fire me an email via the "Contact" link to the left. I will share my final library to all those that donate!
Thanks!
(Edit: Please only WORKING C# source -Thanks again!)