Generate matching strings based on regular expressions
Example
# Generates a number of all possible combinations of 1 to 6 digits in length
> crun "\d{1,6}"
# Generate random 5 possibilities
> crun -r -l 5 "(root|admin):[0-9]{4,5}"Download & Install
go get -u -v github.com/wzshiming/crun/cmd/crunLicense
Pouch is licensed under the MIT License. See LICENSE for the full license text.
On this page
Languages
Go97.7%Dockerfile2.3%
Contributors
MIT License
Created February 19, 2021
Updated March 4, 2023