All Projects → weavejester → Re Rand

weavejester / Re Rand

Clojure library to generate random strings from regular expressions

Programming Languages

clojure
4091 projects

re-rand is a Clojure library for generating random strings from regular expressions.

Examples

=> (use 're-rand)
=> (re-rand #"[A-Z]{4}")
"UTFR"
=> (re-rand #".+:\d+")
"s9QziMg1:85592"
=> (re-rand #"[^0-9][0-9]")
"i2"
=> (re-rand #"b(an)+a")
["bananananananana" "an"]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].