python之str字符串内部功能目录

Posted 啊程

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python之str字符串内部功能目录相关的知识,希望对你有一定的参考价值。

capitalize ---------------------------- 首单词字母变大写
casefold ------------------------------ 全部字母变成小写
center -------------------------------- 设置字体居中显示
count --------------------------------- 统计字符串里某个字符出现的次数
encode -------------------------------- 修改字符串编码
endswith ------------------------------ 是否以 xxx 结束
expandtabs ---------------------------- 替换字符串中的tab符号(\\t)
find ---------------------------------- 检测字符串中是否包含子字符串 str 
format -------------------------------- 格式化字符串
format_map ----------------------------
index ---------------------------------
isalnum -------------------------------
isalphaasd ----------------------------
isdecimal -----------------------------
isdigit -------------------------------
isidentifier --------------------------
islower -------------------------------
isnumeric -----------------------------
isprintable ---------------------------
isspace -------------------------------
istitle -------------------------------
isupper -------------------------------
join ----------------------------------
ljust ---------------------------------
lower ---------------------------------
lstrip --------------------------------
maketrans -----------------------------
partition -----------------------------
replace -------------------------------
rfind ---------------------------------
rindex --------------------------------
rjust ---------------------------------
rpartition ----------------------------
rsplit --------------------------------
rstrip --------------------------------
split ---------------------------------
splitlines ----------------------------
startswith ----------------------------
strip ---------------------------------
swapcase ------------------------------
title ---------------------------------
translate -----------------------------
upper ---------------------------------
zfill ---------------------------------

以上是关于python之str字符串内部功能目录的主要内容,如果未能解决你的问题,请参考以下文章

python初学day2--(字符串(str)内部功能简介)

python里float和long内部功能及字符串str介绍

Python之字符串

100天精通Python(数据分析篇)——第72天:Pandas文本数据处理方法之判断类型去除空白字符拆分和连接

scrapy框架之添加功能

100天精通Python(数据分析篇)——第73天:Pandas文本数据处理方法之查找替换拼接正则虚拟变量