1
Answer

About Regex.Replace();

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

 

Answers (1)