[]
        
(Showing Draft Content)

C1.DataEngine.Op.Rpl

Rpl Method

Rpl(Column, string, string)

Replace: unary, simple (without aggregation) operation on strings.

Declaration
public static ColumnOp Rpl(Column col, string oldValue, string newValue)
Public Shared Function Rpl(col As Column, oldValue As String, newValue As String) As ColumnOp
Parameters
Type Name Description
Column col

String operand.

string oldValue

Substring to replace.

string newValue

Substring to replace it with.

Returns
Type Description
ColumnOp