[plt-dev] regexp equality

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Feb 19 13:28:25 EST 2010

At Fri, 19 Feb 2010 11:20:25 -0700, Jay McCarthy wrote:
> How do I test regexps for equality?
> 
> > (equal? #rx"" #rx"")
> #f

You can use `object-name' to extract the string.



Posted on the dev mailing list.