Categories
Asp, Asp.net

Regex to Replace All Special Characters from String Asp.Net C#

Regex to Replace All Special Characters from String Asp.Net C# In this tutorial i will explain how to use REGEX (Regular Expression) to remove special characters from a string, or Regex to Replace All Special Characters from String Asp.Net C#. I am using this for all my TEXTBOX’s, because it is a prevention of SQL injection. […]