parse:使用基于Python format()语法的规范来解析字符串

时间:2024-05-24 00:04:40
【文件属性】:

文件名称:parse:使用基于Python format()语法的规范来解析字符串

文件大小:35KB

文件格式:ZIP

更新时间:2024-05-24 00:04:40

Python

使用基于Python format()语法的规范来解析字符串。 parse()与format()相反 使用import \*时,将模块设置为仅导出parse() , search() , findall()和with_pattern() : >>> from parse import * 从那里解析字符串很简单: >>> parse( " It's {} , I love it! " , " It's spam, I love it! " ) >>> _[ 0 ] 'spam' 或在字符串中搜索某种模式: >>> search( ' Age: { :d } \n ' , ' Name: Rufus \n Age: 42 \n Color: red \n ' ) 或查找字符串中某个模式的所有出现:


【文件预览】:
parse-master
----setup.py(1KB)
----.gitignore(145B)
----parse.py(51KB)
----MANIFEST.in(40B)
----LICENSE(1KB)
----.github()
--------workflows()
----README.rst(18KB)
----.coveragerc(1KB)
----test_parse.py(42KB)
----tox.ini(313B)

网友评论