PyMatch 一款输出正则表达式辅助工具
2019-09-04 11:25:19 Author: mp.weixin.qq.com(查看原文) 阅读量:55 收藏

pyMatch旨在帮助您以简单的方式生成格式化和有效的输出。他使用Regex来整理和验证数据,然后您可以使用捕获的组生成格式化的输出。

安装
git clone https://github.com/rfunix/PyMatch.git PyMatch-dev

用法
要获取有关项目的基本选项和信息列表:
python pymatch.py?? -h

使用示例:
To use the groups obtained in the use Regex -g (Group number).
python pymatch.py -f "teste.txt" -p "^(011)(\d{4,5})(\d{4})$" -g "((1))(2)-(3)"
cat teste.txt | python pymatch.py -p "^(011)(\d{4,5})(\d{4})$" -g "((1))(2)-(3)"

文章来源及下载:

https://github.com/rfunix/PyMatch

你可能喜欢

windows提权辅助工具koadic

windows下提权辅助工具


文章来源: http://mp.weixin.qq.com/s?__biz=MzAxMjE3ODU3MQ==&mid=2650457196&idx=4&sn=902508cdba5fcd2caf9c53e1a2e745b0&chksm=83bba188b4cc289e4256930048d70cdd31495db300bed6dd555af025240b1621180cf6f94483#rd
如有侵权请联系:admin#unsafe.sh