visual studio Version 17.10 add auto backsplash

Haviv Elbsz 2,091 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.

Developer technologies | Visual Studio | Other
0 comments No comments
{count} votes

Accepted answer
  1. Viorel 122.6K 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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.