1
Answer

About Regex.Replace();

Sheng H

Sheng H

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

 

Answers (1)