C# Class RegExpose.RegexEngine

Afficher le fichier Open project: QuickenLoans/RegExpose

Méthodes publiques

Méthode 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 méthode

public GetMatch ( ) : Match
Résultat Match

GetMatches() public méthode

public GetMatches ( ) : IEnumerable
Résultat IEnumerable

GetParseSteps() public méthode

public GetParseSteps ( bool>.Func excludePredicate = null ) : IEnumerable
excludePredicate bool>.Func
Résultat IEnumerable

RegexEngine() public méthode

public RegexEngine ( Regex regex, string input ) : System
regex Regex
input string
Résultat System

Replace() public méthode

public Replace ( string>.Func matchEvaluator, int count = int.MaxValue ) : string
matchEvaluator string>.Func
count int
Résultat string

Replace() public méthode

public Replace ( string replacement ) : string
replacement string
Résultat string

Replace() public méthode

public Replace ( string replacement, int count ) : string
replacement string
count int
Résultat string