visual studio Version 17.10 add auto backsplash

Haviv Elbsz 1,926 Reputation points
2024-04-26T15:19:45.8+00:00

Hello All. In my app I have a regex pattern that I accept from the user as a string. if the user enter this string pattern " " " and I check in the debugger I see that visual studio replace it to " \" ". Please how I can fix that.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,629 questions
0 comments No comments
{count} votes

Accepted answer
  1. Viorel 112.5K Reputation points
    2024-04-26T16:26:18.1533333+00:00

    To view the real string, go to Watch or Immediate windows, and enter this expression: s,nq, where s is your string variable.


0 additional answers

Sort by: Most helpful