Popularity
1.1
Growing
Activity
0.0
Stable
2
1
0
Monthly Downloads: 2
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.
-
string-conversions
Simplifies dealing with different types for strings -
string-combinators
Polymorphic functions to build and combine stringlike values -
string-typelits
A Haskell library providing type level 'String's, with decidable equality
Less time debugging, more time building
Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
Promo
scoutapm.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])