Popularity
5.3
Declining
Activity
0.0
Stable
15
3
0

Monthly Downloads: 8
Programming language: Haskell
License: LicenseRef-PublicDomain
Tags: Test     Regex     QuickCheck    

quickcheck-regex alternatives and similar packages

Based on the "Test" category.
Alternatively, view quickcheck-regex alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of quickcheck-regex or a related project?

Add another 'Test' Package

README

quickcheck-regex

This module exports a matching function that turns a regular expression into a generator for strings matching that regex.

For example:

>>> import Test.QuickCheck.Regex (matching)
>>> import Test.QuickCheck (generate)
>>> generate (matching "[-a-z0-9._%]+@[-a-z0-9.]+\\.[a-z]{3,18}\\.(asia|eu|today)")
"9%[email protected]"

CC0 1.0 Universal

To the extent possible under law, 唐鳳 has waived all copyright and related or neighboring rights to quickcheck-regex.

This work is published from Taiwan.

http://creativecommons.org/publicdomain/zero/1.0