C# Class WikiFunctions.Parse.Replacement

Afficher le fichier Open project: reedy/AutoWikiBrowser Class Usage Examples

Méthodes publiques

Свойство Type Description
Find string
IsRegex bool
RegularExpressionOptions RegexOptions

Méthodes publiques

Méthode Description
Replacement ( ) : System
Replacement ( Replacement repl ) : System
Replacement ( string find, string replace, bool isRegex, bool enabled, bool minor, bool beforeOrAfter, RegexOptions regularExpressionOptions, string comment ) : System

Method Details

Replacement() public méthode

public Replacement ( ) : System
Résultat System

Replacement() public méthode

public Replacement ( Replacement repl ) : System
repl Replacement
Résultat System

Replacement() public méthode

public Replacement ( string find, string replace, bool isRegex, bool enabled, bool minor, bool beforeOrAfter, RegexOptions regularExpressionOptions, string comment ) : System
find string
replace string
isRegex bool
enabled bool
minor bool
beforeOrAfter bool
regularExpressionOptions RegexOptions
comment string
Résultat System

Property Details

Find public_oe property

public string Find
Résultat string

IsRegex public_oe property

public bool IsRegex
Résultat bool

RegularExpressionOptions public_oe property

public RegexOptions RegularExpressionOptions
Résultat RegexOptions