in reply to Re^8: Any good ways to handle NARROW NO-BREAK SPACE characters in regex in newer versions of Perl?
in thread Any good ways to handle NARROW NO-BREAK SPACE characters in regex in newer versions of Perl?

Corion, it looks like you are right after all. I need to also change how the hex codes were printed and use sprintf "%vX"

Wow, this is all so confusing. But I'm learning (hopefully). Thank you!

$PM = "Perl Monk's";
$MC = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar Parson";
$nysus = $PM . ' ' . $MC;
Click here if you love Perl Monks

  • Comment on Re^9: Any good ways to handle NARROW NO-BREAK SPACE characters in regex in newer versions of Perl?
  • Download Code