Public Properties
Name | Description | |
---|---|---|
BuildEngine | Gets or sets the instance of the |
|
Count | Number of matches to allow on each input item. -1 indicates to perform matches on all matches within input item | |
Expression | Regex expression (inherited from RegexBase) | |
HostObject | Gets or sets the host object associated with the task. (inherited from Task) | |
Input | Input, list of items to perform the regex on (inherited from RegexBase) | |
Log | Gets an instance of a |
|
Options | Regex options as strings corresponding to the RegexOptions enum: Compiled CultureInvariant ECMAScript ExplicitCapture IgnoreCase IgnorePatternWhitespace Multiline None RightToLeft Singleline (inherited from RegexBase) | |
Output | Results of the Regex transformation. (inherited from RegexBase) | |
Replacement | String replacing matching expression strings in input list. If left empty matches in the input list are removed (replaced with empty string) | |
StartAt | Position within the input item to start matching |
Protected Properties
Name | Description | |
---|---|---|
ExpressionOptions | Options converted to RegexOptions enum (inherited from RegexBase) | |
HelpKeywordPrefix | Gets or sets the prefix used to compose Help keywords from resource names. (inherited from Task) | |
TaskResources | Gets or sets the culture-specific resources associated with the task. (inherited from Task) |
See Also
Documentation version 1.0.0.0.