[DiscordArchive] It seems like \\ symbols are used, how do I get rid of that?
[DiscordArchive] It seems like \\ symbols are used, how do I get rid of that?
Archived author: Amaroth • Posted: 2018-02-11T18:57:57.797000+00:00
Original source
It seems like \\ symbols are used, how do I get rid of that?
Archived author: Amaroth • Posted: 2018-02-11T18:58:36.129000+00:00
Original source
I just noticedit doesn't actually ignore/remove 'T' character, it inserts some white space character which would be probably defined by \\t
Archived author: Amaroth • Posted: 2018-02-11T19:05:49.870000+00:00
Original source
Nvm, Regex.Escape() solved it