string str = "class=\"customer-service-rightside-content-widget\"> <div class=\"content_asset\"> <p><img width=\"1300\" height=\"426\" alt=\"\" src=\"~/media/C14BCC5F47D54252B371B67E718DAC02.ashx\" ";
How to retrieve src path alone from the below string. I have tried a couple of regex patters but i am not getting correct results.I am using C# regular expression.