Method: Polars::StringNameSpace#replace
- Defined in:
- lib/polars/string_name_space.rb
#replace(pattern, value, literal: false, n: 1) ⇒ Series
Replace first matching regex/literal substring with a new string value.
773 774 775 |
# File 'lib/polars/string_name_space.rb', line 773 def replace(pattern, value, literal: false, n: 1) super end |