C# 클래스 RegExpose.RegexEngine

파일 보기 프로젝트 열기: QuickenLoans/RegExpose

공개 메소드들

메소드 설명
GetMatch ( ) : Match
GetMatches ( ) : IEnumerable
GetParseSteps ( bool>.Func excludePredicate = null ) : IEnumerable
RegexEngine ( Regex regex, string input ) : System
Replace ( string>.Func matchEvaluator, int count = int.MaxValue ) : string
Replace ( string replacement ) : string
Replace ( string replacement, int count ) : string

메소드 상세

GetMatch() 공개 메소드

public GetMatch ( ) : Match
리턴 Match

GetMatches() 공개 메소드

public GetMatches ( ) : IEnumerable
리턴 IEnumerable

GetParseSteps() 공개 메소드

public GetParseSteps ( bool>.Func excludePredicate = null ) : IEnumerable
excludePredicate bool>.Func
리턴 IEnumerable

RegexEngine() 공개 메소드

public RegexEngine ( Regex regex, string input ) : System
regex Regex
input string
리턴 System

Replace() 공개 메소드

public Replace ( string>.Func matchEvaluator, int count = int.MaxValue ) : string
matchEvaluator string>.Func
count int
리턴 string

Replace() 공개 메소드

public Replace ( string replacement ) : string
replacement string
리턴 string

Replace() 공개 메소드

public Replace ( string replacement, int count ) : string
replacement string
count int
리턴 string