c# - Why are these two strings with linebreaks different? -


"[a='b\\\nc']" 

and

@"[a='b\ c']" 

does second add \r or something? there easy way escape can "see" line break characters?

nevermind. tried putting through regex.escape escapes bit more should, show \r.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

Cursor error with postgresql, pgpool and php -

iphone - Request for member 'uitextfield' in something not a structure or union? -