in reply to Regexp generating strings?

Another module that could help you getting an idea of the set represented by a RE is YAPE::Regex::Explain.

Replies are listed 'Best First'.
Re: Regexp generating strings?
by bsb (Priest) on Aug 20, 2003 at 00:20 UTC
    The YAPE::Regex family looks great for thorough regex parsing. Thanks.