Re: Removing javascript comments
by
deibyz
on
Apr 10, 2008 at 08:19 UTC
(
replies
)
http://www.perlmonks.org?node_id=679432
in reply to
Removing javascript comments
Maybe something in
Regexp::Common
, like
Regexp::Common::comment
could help? You can use ECMAScript comment parsing.
In Section
Seekers of Perl Wisdom