[plt-scheme] Re: Lexer regular expressions

From: Simon Michael (simon at joyful.com)
Date: Wed Jul 9 12:48:00 EDT 2008

Regexps do support case-insensitivity, I think #rx"(?i:define)" is what 
you want ? Or #rx"((?i:define))" if you need to capture the match for 
backreferencing. I found this at 
http://docs.plt-scheme.org/guide/regexp-clusters.html .

Cheers
-Simon



Posted on the users mailing list.