Here's a useful one for regular expressions and file paths:

    "c:\\program files\\oldway"
    @"c:\program file\newway"

The @ tells the compiler to ignore any escape characters in a string.