I need to recognize latin1 letters in a regexp. How is it done? The
reason is that I want to fix a program called code2html, which is
written in Perl. I have the following regular expression for Ada
identifiers:
\\b[a-zA-Z](_?[a-zA-Z0-9])*\\b
but this is wrong because Ada identifiers include any latin1 letters,
not just a-z and A-Z. Anyone knows how?
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>