Python 简明教程

Python - String Methods

Python 的内置 str 类定义了不同的方法。它们有助于处理字符串。由于字符串是不可变对象,因此这些方法返回原始字符串的副本,在此副本上执行各自的处理。字符串方法可以分为以下几个类别 −

Case Conversion Methods

在 Python 的 str 类的内建函数方法中,处理字符串对象中字符的转换。这个类别中有以下的一些方法:

Alignment Methods

str 中的 following 方法控制字符串对象中字符的对齐。

Split and Join Methods

Python 有一些方法执行拆分和连接操作:

Boolean String Methods

str 类中的 following 方法返回 True 或 False。

Find and Replace Methods

以下是 Python 中的查找和替换方法:

Translation Methods

以下列出的转换方法属于字符串: