文件名称:replace:通用文件搜索和替换工具,用Python 3编写
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-25 14:00:24
regex python3 batch-processing find-and-replace Python
代替 通用文件搜索和替换工具,用Python 3编写。 选项 直接在命令行中指定FROM / TO模式: -f, --from TEXT specify the search text or regex -t, --to TEXT specify the replacement text 使用文件指定FROM / TO模式,对多行匹配非常有用: -F, --from-file FILE read the search text from this file -T, --to-file FILE read the replacement text from this file 默认搜索使用简单的字符串匹配,没有魔术。 但是,如果您需要电源,那么就可以拥有: -r, --regex use regex match
【文件预览】:
replace-master
----.github()
--------workflows()
----replace.py(4KB)
----.pylintrc(212B)
----README.md(4KB)
----Makefile(347B)
----TODO(91B)