case-insensitive leex

Joel Reymont joelr1@REDACTED
Mon Jan 23 11:53:38 CET 2006


Folks,

Is there a way to make leex case-insensitive or is the approach the  
same as with lex, i.e.

A       [Aa]
B       [Bb]
C       [Cc]
...
X       [Xx]
Y       [Yy]
Z       [Zz]

{A}                             |
{A}{N}                          |
{A}{T}                          |
{B}{A}{S}{E}{D}                 |
{W}{A}{S}                       { /* Skip words -- ignore them */ }

	Thanks, Joel

--
http://wagerlabs.com/








More information about the erlang-questions mailing list