h2o (version 3.10.3.6)

h2o.gsub: String Global Substitute

Description

Creates a copy of the target column in which each string has all occurence of the regex pattern replaced with the replacement substring.

Usage

h2o.gsub(pattern, replacement, x, ignore.case = FALSE)

Arguments

pattern
The pattern to replace.
replacement
The replacement pattern.
x
The column on which to operate.
ignore.case
Case sensitive or not