N a g a s a i
Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.
Showing posts with label
Regex
.
Show all posts
Showing posts with label
Regex
.
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, February 07, 2021
How to remove ASCII Characters from a string using function
›
Here is how you can remove ASCII characters from a string in SQL CREATE FUNCTION [dbo].RemoveASCIICharactersInRange(@InputString VARCH...
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