C# Class WikiFunctions.Parse.RegexReplacement

Afficher le fichier Open project: reedy/AutoWikiBrowser

Méthodes publiques

Свойство Type Description
Regex System.Text.RegularExpressions.Regex
Replacement string

Méthodes publiques

Méthode Description
RegexReplacement ( Regex regex, string replacement ) : System.Text.RegularExpressions
RegexReplacement ( string pattern, RegexOptions options, string replacement ) : System.Text.RegularExpressions
RegexReplacement ( string pattern, 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 pattern, RegexOptions options, string replacement ) : System.Text.RegularExpressions
pattern string
options RegexOptions
replacement string
Résultat System.Text.RegularExpressions

RegexReplacement() public méthode

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

Property Details

Regex public_oe property

public Regex,System.Text.RegularExpressions Regex
Résultat System.Text.RegularExpressions.Regex

Replacement public_oe property

public string Replacement
Résultat string