Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: What are these hex character classes? (perlrebackslash)

by Anonymous Monk
on Dec 08, 2013 at 00:55 UTC ( [id://1066168]=note: print w/replies, xml ) Need Help??


in reply to [Solved] What are these hex character classes?

See perlrebackslash

a little help from PPIx::Regexp::Token::Literal and wxPPIxregexplain.pl


xRe::Token::Literal
a literal character
ordinal= ord( chr( 10 ) ) alias \N{U+000A} alias \012 alias LINE FEED (LF) alias
\x{A}
####
ordinal= ord( chr( 11 ) ) alias \N{U+000B} alias \013 alias LINE TABULATION
\x{B}
####
ordinal= ord( chr( 12 ) ) alias \N{U+000C} alias \014 alias FORM FEED (FF) alias
\x{C}
####
ordinal= ord( chr( 13 ) ) alias \N{U+000D} alias \015 alias CARRIAGE RETURN (CR) alias
\x{D}
####
ordinal= ord( chr( 8232 ) ) alias \N{U+2028} alias \20050 alias LINE SEPARATOR alias 

\x{2028}
####
ordinal= ord( chr( 8233 ) ) alias \N{U+2029} alias \20051 alias PARAGRAPH SEPARATOR alias 
 \x{2029}

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-03-29 09:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found