Domain substitution rules.
Public Types | |
enum | Type { Exact, StartsWith, EndsWith, Substring } |
Public Fields | |
AString | Replacement = new AString() |
The replacement. | |
AString | Search = new AString() |
The path to search. | |
Type | type |
Denotes if path given started with '*' or not. | |
Public Methods | |
DomainSubstitutionRule (String s, String r) | |
|
strong |
|
inline |
Constructor.
s | The path to search. |
r | The replacement. |