1
Answer

About Regex.Replace();

Ask a question
Sheng H

Sheng H

18y
2.2k
1
     Hi! Does anyone understand what the following code does exactly?
     Regex.Replace(strInput, "[^\\w\\s]", "");
      
Thanks in advance!
   

 


Answers (1)