in reply to Re^10: 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?
PerlMonks website added them in. I just forgot to delete them. But they are narrow non-breaking space characters.
$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
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^12: Any good ways to handle NARROW NO-BREAK SPACE characters in regex in newer versions of Perl?
by Corion (Patriarch) on Aug 13, 2024 at 17:52 UTC | |
by nysus (Parson) on Aug 13, 2024 at 18:21 UTC |