Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Match « Regular Expressions « C# / C Sharp
C# / C Sharp
Regular Expressions
Match
1.
Regular 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.