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

c# - how to write client side events functions for the combobox items -

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