C# Class IronFramework.TestCommon.RegexReplacement

Afficher le fichier Open project: megadotnet/ironframework

Méthodes publiques

Méthode Description
RegexReplacement ( Regex regex, string replacement ) : System.Text.RegularExpressions
RegexReplacement ( string regex, string replacement ) : System.Text.RegularExpressions

Method Details

RegexReplacement() public méthode

public RegexReplacement ( Regex regex, string replacement ) : System.Text.RegularExpressions
regex System.Text.RegularExpressions.Regex
replacement string
Résultat System.Text.RegularExpressions

RegexReplacement() public méthode

public RegexReplacement ( string regex, string replacement ) : System.Text.RegularExpressions
regex string
replacement string
Résultat System.Text.RegularExpressions