C# Class RegExpose.RegexEngine

Mostrar archivo Open project: QuickenLoans/RegExpose

Public Methods

Method Description
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

Method Details

GetMatch() public method

public GetMatch ( ) : Match
return Match

GetMatches() public method

public GetMatches ( ) : IEnumerable
return IEnumerable

GetParseSteps() public method

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

RegexEngine() public method

public RegexEngine ( Regex regex, string input ) : System
regex Regex
input string
return System

Replace() public method

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

Replace() public method

public Replace ( string replacement ) : string
replacement string
return string

Replace() public method

public Replace ( string replacement, int count ) : string
replacement string
count int
return string