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
Post a Comment