Implements regular expression replace handler for DerivedValueSource
Inheritance Hierarchy
NReco.PivotData.Input.ValueRegexReplaceValue
Namespace: NReco.PivotData.Input.Value
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The RegexReplaceValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RegexReplaceValue(String, String, String) | Initializes a new instance of the RegexReplaceValue class | |
RegexReplaceValue(Regex, String, String) | Initializes a new instance of the RegexReplaceValue class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ReplaceHandler |
Returns value accessor that returns regex replace result for specified field value
| |
ToString | (Inherited from Object.) |
See Also