C# Класс UnderscoreBundler.StringExtensions

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

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

Метод Описание
Replace ( this @this, Regex match, Func evaluator ) : string
Replace ( this @this, Regex match, string>.Func evaluator ) : string

Описание методов

Replace() публичный статический Метод

public static Replace ( this @this, Regex match, Func evaluator ) : string
@this this
match System.Text.RegularExpressions.Regex
evaluator Func
Результат string

Replace() публичный статический Метод

public static Replace ( this @this, Regex match, string>.Func evaluator ) : string
@this this
match System.Text.RegularExpressions.Regex
evaluator string>.Func
Результат string