标签:log errors cte get decode regex cas coding 编码
1.keyword
https://www.cnblogs.com/pachongshangdexuebi/p/7201983.html
用法:[ string ],字符串中字符全转为小写/大写
用法:[ bytes | encoding | errors=strict ],使用给定的编码将给定字节解码为Unicode字符串。
用法:[ string | encoding | errors=strict ]
[ string | marker ]
[ length=8 | chars=[LETTERS][NUMBERS] ]
[ string | line_number ]
[ string ]
[ string | pattern | case_insensitive=False ]
[ string | pattern | partial_match=False ]
[ string | pattern | *groups ]
[ string | start | end=None ]
[ string | *removables ]
[ string | *patterns ]
Replace String
[ string | search_for | replace_with | count=-1 ]
Replace String Using Regexp
[ string | pattern | replace_with | count=-1 ]
Should Be Byte String
[ item | msg=None ]
Should Be Lowercase
[ item | msg=None ]
Should Be String
Should Be Titlecase
Should Be Unicode String
Should Be Uppercase
Should Not Be String
Split String
Split String From Right
Split String To Characters
Split To Lines
Strip String
标签:log errors cte get decode regex cas coding 编码
原文地址:https://www.cnblogs.com/mianbaoshu/p/8966582.html