Task to replace portions of strings within the Input list Output list contains all the elements of the Input list after performing the Regex Replace.
The following tables list the members exposed by RegexReplace.
Public Constructors
Name | Description | |
---|---|---|
RegexReplace | Initializes a new instance of the |
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) |
Public Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified |
|
Execute | Overidden. Performs the Replace task | |
GetHashCode | Serves as a hash function for a particular type. |
|
GetType | Gets the |
|
ToString | Returns a |
Protected Methods
Name | Description | |
---|---|---|
Finalize | Allows an |
|
MemberwiseClone | Creates a shallow copy of the current |
See Also
Documentation version 1.0.0.0.