Returns value accessor that returns regex match value for specified field value
Namespace: NReco.PivotData.Input.Value
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
public Func<Object, string, Object> MatchHandler( Func<Object, string, Object> getValue )
Parameters
- getValue
- Type: SystemFuncObject, String, Object
original value accessor
Return Value
Type: FuncObject, String, Objectmatched string value
See Also