Property | Type | Description | |
---|---|---|---|
Find | string | ||
IsRegex | bool | ||
RegularExpressionOptions | RegexOptions |
Method | Description | |
---|---|---|
Replacement ( ) : System | ||
Replacement ( |
||
Replacement ( string find, string replace, bool isRegex, bool enabled, bool minor, bool beforeOrAfter, RegexOptions regularExpressionOptions, string comment ) : System |
public Replacement ( |
||
repl | ||
return | System |
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 | |
return | System |