RegexReplaceValue Constructor (String, String, String)

NReco.PivotData Class Library Documentation
Initializes a new instance of the RegexReplaceValue class

Namespace:  NReco.PivotData.Input.Value
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public RegexReplaceValue(
	string regex,
	string replacement,
	string fieldNameToMatch
)

Parameters

regex
Type: SystemString
replacement
Type: SystemString
fieldNameToMatch
Type: SystemString
See Also

Reference