Is there a string literal form in Objective-c that does not require escaping special characters? In other words, I'm looking for an equivalent to the Python triple quote.
I'm trying to put some HTML into an NSString, and would like to avoid having to escape the quotes from all the HTML attributes.