Method: Polars::StringNameSpace#replace_all
- Defined in:
- lib/polars/string_name_space.rb
#replace_all(pattern, value, literal: false) ⇒ Series
Replace all matching regex/literal substrings with a new string value.
798 799 800 |
# File 'lib/polars/string_name_space.rb', line 798 def replace_all(pattern, value, literal: false) super end |