in reply to How to include escape sequence characters in regular expressions?

perlrebackslash, Re: What are these hex character classes? (perlrebackslash), Re: expand unicode property (eg \p{Print}) to regex character class range (unicharproptoregexrange.pl)
use Path::Tiny qw/ path /; dd( path( shift )->slurp_raw ); sub dd { use Data::Dumper; print Data::Dumper->new([@_])->Sortkeys(1) ->Indent(1)->Useqq(1)->Dump . "\n"; }
  • Comment on Re: How to include escape sequence characters in regular expressions? (ddumper)
  • Download Code