C# 클래스 PhoneNumbers.PhoneRegex

상속: System.Text.RegularExpressions.Regex
파일 보기 프로젝트 열기: naphaso/kilogram 1 사용 예제들

공개 메소드들

메소드 설명
MatchAll ( String value ) : Match
MatchBeginning ( String value ) : Match
PhoneRegex ( String pattern ) : System
PhoneRegex ( String pattern, RegexOptions options ) : System

메소드 상세

MatchAll() 공개 메소드

public MatchAll ( String value ) : Match
value String
리턴 System.Text.RegularExpressions.Match

MatchBeginning() 공개 메소드

public MatchBeginning ( String value ) : Match
value String
리턴 System.Text.RegularExpressions.Match

PhoneRegex() 공개 메소드

public PhoneRegex ( String pattern ) : System
pattern String
리턴 System

PhoneRegex() 공개 메소드

public PhoneRegex ( String pattern, RegexOptions options ) : System
pattern String
options RegexOptions
리턴 System