fn replace<T: OffsetSizeTrait>(args: &[ArrayRef]) -> Result<ArrayRef>
Replaces all occurrences in string of substring from with substring to. replace(‘abcdefabcdef’, ‘cd’, ‘XX’) = ‘abXXefabXXef’