C# Класс RegExpose.RegexEngine

Показать файл Открыть проект

Открытые методы

Метод Описание
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