Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pola-rs
GitHub Repository: pola-rs/polars
Path: blob/main/py-polars/docs/source/reference/series/string.rst
6939 views
======
String
======

The following methods are available under the `Series.str` attribute.

.. currentmodule:: polars
.. autosummary::
   :toctree: api/
   :template: autosummary/accessor_method.rst

    Series.str.concat
    Series.str.contains
    Series.str.contains_any
    Series.str.count_matches
    Series.str.decode
    Series.str.encode
    Series.str.ends_with
    Series.str.escape_regex
    Series.str.explode
    Series.str.extract
    Series.str.extract_all
    Series.str.extract_groups
    Series.str.extract_many
    Series.str.find
    Series.str.find_many
    Series.str.head
    Series.str.join
    Series.str.json_decode
    Series.str.json_path_match
    Series.str.len_bytes
    Series.str.len_chars
    Series.str.normalize
    Series.str.pad_end
    Series.str.pad_start
    Series.str.replace
    Series.str.replace_all
    Series.str.replace_many
    Series.str.reverse
    Series.str.slice
    Series.str.split
    Series.str.split_exact
    Series.str.splitn
    Series.str.starts_with
    Series.str.strip_chars
    Series.str.strip_chars_start
    Series.str.strip_chars_end
    Series.str.strip_prefix
    Series.str.strip_suffix
    Series.str.strptime
    Series.str.tail
    Series.str.to_date
    Series.str.to_datetime
    Series.str.to_decimal
    Series.str.to_integer
    Series.str.to_lowercase
    Series.str.to_time
    Series.str.to_titlecase
    Series.str.to_uppercase
    Series.str.zfill