Popularity
0.7
Declining
Activity
0.0
Stable
2
1
0

Monthly Downloads: 26
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Text     Test     String    

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.

Do you think we are missing an alternative of string-random or a related project?

Add another 'string' Package

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])