Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.17 KB

README_cn.md

File metadata and controls

30 lines (21 loc) · 1.17 KB

根据正则表达式生成匹配的字符串

Build Status Go Report Card GoDoc GitHub license gocover.io

实例

# 生成1到6位长度的数字所有可能性组合
> crun "\d{1,6}"

# 生成随机5种可能性
> crun -r -l 5 "(root|admin):[0-9]{4,5}"

下载 & 安装

go get -u -v github.com/wzshiming/crun/cmd/crun

许可证

软包根据MIT License。有关完整的许可证文本,请参阅LICENSE