N a g a s a i

Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.

Showing posts with label Regular Expression. Show all posts
Showing posts with label Regular Expression. Show all posts
Sunday, March 21, 2021

How to remove special characters from a string using a function with RegEx

›
Here is how you can get remove special characters from a string in SQL -- SELECT dbo.[RemoveCharSpecialSymbolValue] ('naga3fg@#sai...
Saturday, March 20, 2021

How to remove alpha numeric characters from a string using function with RegEx

›
Here is how you can get alpha numeric characters from a string in SQL -- SELECT dbo.[RemoveCharSpecialSymbolIntValue] ('naga3@#sai...
Sunday, November 13, 2011

Validators Control to allow only Integers

›
Here are few different ways you can use native .NET validation controls to validate to allow only integers. We can do it in two ways one by ...
1 comment:
Wednesday, November 02, 2011

Regex validate Email address C#

›
This is how we can validating email address through C# using Regular Expression. Here is the sample code, using System.Text.RegularExpress...
1 comment:
›
Home
View web version
Powered by Blogger.