If you are just using regex to prevent SQL injection (ie stings like " ' or 1=1;-- " etc) then just use Parameterized queries which are already safe from sql injection attacks.
maybe im missing what you are getting at.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
If you are just using regex to prevent SQL injection (ie stings like " ' or 1=1;-- " etc) then just use Parameterized queries which are already safe from sql injection attacks.
maybe im missing what you are getting at.