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

delphi - ESC/P programming! -

c++ - error: use of deleted function -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -