Sheng H

Sheng H

  • NA
  • 1
  • 0

About Regex.Replace();

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

 


Answers (1)