Help for this page

Select Code to Download


  1. or download this
     POSIX       trad. Perl  utf8 Perl
    
     [:^digit:]      \D      \P{IsDigit}
     [:^space:]      \S      \P{IsSpace}
     [:^word:]       \W      \P{IsWord}
    
  2. or download this
    See the utf8 manpage for details about `\pP', `\PP', and `\X'.
    
  3. or download this
    ·   Named Unicode properties and block ranges make be used
        as character classes via the new `\p{}' (matches
    ...
        written `\pM' also.  Many predefined character classes
        are available, such as `\p{IsMirrored}' and
        `\p{InTibetan}'.