Class ReplaceEach
java.lang.Object
com.google.refine.expr.functions.strings.ReplaceEach
- All Implemented Interfaces:
Function
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall(Properties bindings, Object[] args) Replace each occurrence of a substring in a string with another substring.
-
Constructor Details
-
ReplaceEach
public ReplaceEach()
-
-
Method Details
-
call
Replace each occurrence of a substring in a string with another substring. -
getDescription
- Specified by:
getDescriptionin interfaceFunction
-
getParams
-
getReturns
- Specified by:
getReturnsin interfaceFunction
-