http://www.perlmonks.org?node_id=1025368


in reply to Regex Help

gautamparimoo: As your regex does not look likely to include any of the fancy regex constructs introduced after Perl version 5.6, you may find YAPE::Regex::Explain helpful. Also, davido's Perl Regular Expression Tester, which does support more recent regex constructs.