Hello Everyone, I am want to write an Regex expression to check if string begines with http:// OR https:// and then replace it with other website say http://www.yahoo.com in C# How do I do it? Thanks