A mechanism for inlineable OP equivalents of XSUBs is a TODO.
[p5sagit/p5-mst-13.2.git] / pod / perlreref.pod
index 5213420..eb3933a 100644 (file)
@@ -125,16 +125,16 @@ and L<perlunicode> for details.
    \S      A non-whitespace character
    \h      An horizontal white space
    \H      A non horizontal white space
-   \N      A non newline (like . without /s)
+   \N      A non newline (when not followed by a '{'; it's like . without /s)
    \v      A vertical white space
    \V      A non vertical white space
    \R      A generic newline           (?>\v|\x0D\x0A)
 
    \C      Match a byte (with Unicode, '.' matches a character)
    \pP     Match P-named (Unicode) property
-   \p{...} Match Unicode property with long name
+   \p{...} Match Unicode property with name longer than 1 character
    \PP     Match non-P
-   \P{...} Match lack of Unicode property with long name
+   \P{...} Match lack of Unicode property with name longer than 1 char
    \X      Match Unicode extended grapheme cluster
 
 POSIX character classes and their Unicode and Perl equivalents: