Method: Polars::StringNameSpace#extract
- Defined in:
- lib/polars/string_name_space.rb
#extract(pattern, group_index: 1) ⇒ Series
Extract the target capture group from provided patterns.
553 554 555 |
# File 'lib/polars/string_name_space.rb', line 553 def extract(pattern, group_index: 1) super end |