Given a regex, generate all (potentially infinite) possible inputs that match the pattern.

  • @zygo_histo_morpheus
    link
    English
    31 year ago

    This is really cool. Seems like it could be useful for quickcheck style tests.