escaping - raw string vs regular string help concerning escape characters c# -


i'm working in c# huge string (tab separated) containing many book titles , other columns of information relating each book have characters such \,(,),#,;,/,*,etc... appears messing code time time. i'm searching \t in order pull information original huge string. did research , found out using @ symbol raw strings ignore escape characters. problem don't know how go example.

strpackageinfo = system.io.file.readalltext(@strfilename);

to raw string. next concern if treat string raw string, when searching '\t' tabs grab information, won't find tabs? better way approach appreciated.


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

Voice chat over bluetooth between Android & Python (pybluez) -

Integrate jquery-globalize into an ASP.NET Core MVC App -