Finding all links and e-mail addresses in a string

Posted by Semas on Stack Overflow See other posts from Stack Overflow or by Semas
Published on 2010-06-09T14:03:03Z Indexed on 2010/06/09 14:12 UTC
Read the original article Hit count: 159

Filed under:
|
|

What could be the easiest way to match all links and e-mail addresses in a string to a list array? I was using preg_match in PHP but in C# it looks like it will be way different.

© Stack Overflow or respective owner

Related posts about c#

Related posts about regex