• Series.str.capitalize()
      • Series.str.cat([others, sep, na_rep])
      • Series.str.center(width[, fillchar])
      • Series.str.contains(pat[, case=True, flags=0, na=nan, regex=True])
      • Series.str.count(pat[, flags])
      • Series.str.decode(encoding[, errors])
      • Series.str.encode(encoding[, errors])
      • Series.str.endswith(pat[, na])
      • Series.str.extract(pat[, flags, expand])
      • Series.str.extractall(pat[, flags])
      • Series.str.find(sub[, start, end])
      • Series.str.findall(pat[, flags])
      • Series.str.index(sub[, start, end])
      • Series.str.join(sep)
      • Series.str.ljust(width[, fillchar])
      • Series.str.lower()
      • Series.str.lstrip([to_strip])
      • Series.str.match(pat[, case=True, flags=0, na=nan, as_indexer=False])
      • Series.str.normalize(form)
      • Series.str.pad(width[, side, fillchar])
      • Series.str.partition([pat, expand])
      • Series.str.repeat(repeats)
      • Series.str.replace(pat, repl[, n, case, flags])
      • Series.str.rfind(sub[, start, end])
      • Series.str.rindex(sub[, start, end])
      • Series.str.rjust(width[, fillchar])
      • Series.str.rpartition([pat, expand])
      • Series.str.rstrip([to_strip])
      • Series.str.slice([start, stop, step])
      • Series.str.slice_replace([start, stop, repl])
      • Series.str.startswith(pat[, na])
      • Series.str.strip([to_strip])
      • Series.str.swapcase()
      • Series.str.title()
      • Series.str.translate(table[, deletechars])
      • Series.str.upper()
      • Series.str.wrap(width, **kwargs)
      • Series.str.zfill(width)
      • Series.str.isalnum()
      • Series.str.isalpha()
      • Series.str.isdigit()
      • Series.str.isspace()
      • Series.str.islower()
      • Series.str.isupper()
      • Series.str.istitle()
      • Series.str.isnumeric()
      • Series.str.isdecimal()