OK, this one is driving me nuts.... I have a string that is formed thus:
var newContent = string.Format(\"({0})\\n{1}\", stripped_content, reply)
If you're trying to match line endings then you may find
Regex.Match("string", "regex", RegexOptions.Multiline)
helps