Beefy Boxes and Bandwidth Generously Provided by pair Networks DiBona
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Regex to add space after punctuation sign

by ysth (Canon)
on Jan 08, 2004 at 09:19 UTC ( #319757=note: print w/ replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $s =~ s/(?<=(?<!\d(?=[.,]\d))\p{P})(?!\s)/ /g;
    
  2. or download this
    $ perl -wle'use charnames (); for (0..255) { chr($_) =~ /\pP/ and prin
    +t chr($_)
    ," ($_): ", charnames::viacode($_) }'
    ...
    · (183): MIDDLE DOT
    » (187): RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
    ¿ (191): INVERTED QUESTION MARK
    

Log In?
Username:
Password:

What's my password?
Create A New User
Node Status?
node history
Node Type: note [id://319757]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2013-05-19 05:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (397 votes), past polls