in reply to On zero-width negative lookahead assertions
there are two errors in the code:
- @ and . must be backslashed
- your \s* allows the regexp to match when \s* matches empty string
In Section
Seekers of Perl Wisdom
in reply to On zero-width negative lookahead assertions
there are two errors in the code: