[]
        
(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)
Parameters
Type Name Description
Column col

String operand.

string oldValue

Substring to replace.

string newValue

Substring to replace it with.

Returns
Type Description
ColumnOp