







Task to filter an Input list with a Regex expression. Output list contains items from Input list that matched given expression
The following tables list the members exposed by RegexMatch.
Public Constructors
Name | Description | |
---|---|---|
![]() |
RegexMatch | Initializes a new instance of the |
Public Properties
Name | Description | |
---|---|---|
![]() |
BuildEngine | Gets or sets the instance of the |
![]() |
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) |
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 Match 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.