C# Class UnderscoreBundler.StringExtensions

Afficher le fichier Open project: chaliy/aspnet-underscore-bundler

Méthodes publiques

Méthode Description
Replace ( this @this, Regex match, Func evaluator ) : string
Replace ( this @this, Regex match, string>.Func evaluator ) : string

Method Details

Replace() public static méthode

public static Replace ( this @this, Regex match, Func evaluator ) : string
@this this
match System.Text.RegularExpressions.Regex
evaluator Func
Résultat string

Replace() public static méthode

public static Replace ( this @this, Regex match, string>.Func evaluator ) : string
@this this
match System.Text.RegularExpressions.Regex
evaluator string>.Func
Résultat string