C# Class PhoneNumbers.PhoneRegex

Inheritance: System.Text.RegularExpressions.Regex
Afficher le fichier Open project: naphaso/kilogram Class Usage Examples

Méthodes publiques

Méthode Description
MatchAll ( String value ) : Match
MatchBeginning ( String value ) : Match
PhoneRegex ( String pattern ) : System
PhoneRegex ( String pattern, RegexOptions options ) : System

Method Details

MatchAll() public méthode

public MatchAll ( String value ) : Match
value String
Résultat System.Text.RegularExpressions.Match

MatchBeginning() public méthode

public MatchBeginning ( String value ) : Match
value String
Résultat System.Text.RegularExpressions.Match

PhoneRegex() public méthode

public PhoneRegex ( String pattern ) : System
pattern String
Résultat System

PhoneRegex() public méthode

public PhoneRegex ( String pattern, RegexOptions options ) : System
pattern String
options RegexOptions
Résultat System