I want to find replace Version number from a string by using Regex in c#.
string is like this:
string val="AA.EMEA.BizTalk.GroupNettingIntegrations, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a86ac114137740ef";
Is any one can help me to solve this problem.