Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: use locale broken? (\w)

by ikegami (Patriarch)
on Mar 17, 2011 at 19:12 UTC ( [id://893838]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /\w/                   # When no locale, when not restricted to ASCII
    /\p{Word}/
    /[_\p{Alnum}]/
    /[_\p{Alphabetic}\p{Nd}]/
    
  2. or download this
    # Derived Property: Alphabetic
    #  Generated from: Lu+Ll+Lt+Lm+Lo+Nl + Other_Alphabetic
    ...
    2F800..2FA1D  ; Alphabetic # Lo [542] CJK COMPATIBILITY IDEOGRAPH-2F80
    +0..CJK COMPATIBILITY IDEOGRAPH-2FA1D
    
    # Total code points: 100520
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-25 21:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found