Popularity
1.9
Growing
Activity
0.0
Stable
3
1
2
Monthly Downloads: 24
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
string-random alternatives and similar packages
Based on the "string" category.
Alternatively, view string-random alternatives based on common mentions on social networks and blogs.
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of string-random or a related project?
README
string-random
Description
This package is a Haskell port of String_random.js library. There are implementations of Perl, golang, and Java as implementations of other languages.
SINOPSIS
{-# LANGUAGE OverloadedStrings #-}
import Text.StringRandom
main = do
ymd <- stringRandomIO "20\\d\\d-(1[0-2]|0[1-9])-(0[1-9]|1\\d|2[0-8])"
print ymd -- "2048-12-08" etc.
Author
Masahiro Honma ([email protected])