C# Class UnderscoreBundler.StringExtensions

Mostra file Open project: chaliy/aspnet-underscore-bundler

Public Methods

Method Description
Replace ( this @this, Regex match, Func evaluator ) : string
Replace ( this @this, Regex match, string>.Func evaluator ) : string

Method Details

Replace() public static method

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

Replace() public static method

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