Match « Regular Expressions « C# / C Sharp






1.Regular expressions: MatchRegular expressions: Match
2.Use regualr expression to check if a string is a GUID
3.Count lines in a string with regular expression
4.Validates the phone number with regular expression
5.Validates the area code with regular expression
6.Validates the exchange code with regular expression
7.Validates the local 4 digit phone number with regular expression
8.Get Area Code by using Regular expression
9.Format Phone Number








10.Clean Telephone Number with Regular expression
11.Remove Nulls with Regex
12.Provides static validation methods for strings.
13.Replace string with regular expression
14.Checks if name matches pattern with '?' and '*' wildcards.