in reply to Re: Re: Using regexps to parse an XML DTD file
in thread Using regexps to parse an XML DTD file
-- Randal L. Schwartz, Perl hacker
1The Java regex library I saw caused /(\w+)\s+)+/ to generate a variable number of backreferences, making it impossible to know exactly what part of the match you were looking at. Evil. They just don't get it.
|
---|