Popularity
0.8
Declining
Activity
0.0
Stable
2
1
0
Monthly Downloads: 11
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
TestGPT | Generating meaningful tests for busy devs
Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
Promo
codium.ai
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])