I have a string which contains html source. Somewhere in the string, not at the end or beginning, is CS followed by 7 numbers. I want to extract these 9 characters into a variable. How is this possible with Regex, LINQ, etc?