I want to replace the first occurrence in a given string.
How can I accomplish this in .NET?
Take a look at Regex.Replace.