Diff for /embedaddon/pcre/doc/pcresyntax.3 between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/02/21 23:50:25 version 1.1.1.3, 2012/10/09 09:19:17
Line 1 Line 1
.TH PCRESYNTAX 3.TH PCRESYNTAX 3 "10 January 2012" "PCRE 8.30"
 .SH NAME  .SH NAME
 PCRE - Perl-compatible regular expressions  PCRE - Perl-compatible regular expressions
 .SH "PCRE REGULAR EXPRESSION SYNTAX SUMMARY"  .SH "PCRE REGULAR EXPRESSION SYNTAX SUMMARY"
Line 25  documentation. This document contains a quick-referenc Line 25  documentation. This document contains a quick-referenc
   \ea         alarm, that is, the BEL character (hex 07)    \ea         alarm, that is, the BEL character (hex 07)
   \ecx        "control-x", where x is any ASCII character    \ecx        "control-x", where x is any ASCII character
   \ee         escape (hex 1B)    \ee         escape (hex 1B)
  \ef         formfeed (hex 0C)  \ef         form feed (hex 0C)
   \en         newline (hex 0A)    \en         newline (hex 0A)
   \er         carriage return (hex 0D)    \er         carriage return (hex 0D)
   \et         tab (hex 09)    \et         tab (hex 09)
Line 42  documentation. This document contains a quick-referenc Line 42  documentation. This document contains a quick-referenc
   \eC         one data unit, even in UTF mode (best avoided)    \eC         one data unit, even in UTF mode (best avoided)
   \ed         a decimal digit    \ed         a decimal digit
   \eD         a character that is not a decimal digit    \eD         a character that is not a decimal digit
  \eh         a horizontal whitespace character  \eh         a horizontal white space character
  \eH         a character that is not a horizontal whitespace character  \eH         a character that is not a horizontal white space character
   \eN         a character that is not a newline    \eN         a character that is not a newline
   \ep{\fIxx\fP}     a character with the \fIxx\fP property    \ep{\fIxx\fP}     a character with the \fIxx\fP property
   \eP{\fIxx\fP}     a character without the \fIxx\fP property    \eP{\fIxx\fP}     a character without the \fIxx\fP property
   \eR         a newline sequence    \eR         a newline sequence
  \es         a whitespace character  \es         a white space character
  \eS         a character that is not a whitespace character  \eS         a character that is not a white space character
  \ev         a vertical whitespace character  \ev         a vertical white space character
  \eV         a character that is not a vertical whitespace character  \eV         a character that is not a vertical white space character
   \ew         a "word" character    \ew         a "word" character
   \eW         a "non-word" character    \eW         a "non-word" character
   \eX         an extended Unicode sequence    \eX         an extended Unicode sequence
Line 127  Armenian, Line 127  Armenian,
 Avestan,  Avestan,
 Balinese,  Balinese,
 Bamum,  Bamum,
   Batak,
 Bengali,  Bengali,
 Bopomofo,  Bopomofo,
   Brahmi,
 Braille,  Braille,
 Buginese,  Buginese,
 Buhid,  Buhid,
 Canadian_Aboriginal,  Canadian_Aboriginal,
 Carian,  Carian,
   Chakma,
 Cham,  Cham,
 Cherokee,  Cherokee,
 Common,  Common,
Line 176  Lisu, Line 179  Lisu,
 Lycian,  Lycian,
 Lydian,  Lydian,
 Malayalam,  Malayalam,
   Mandaic,
 Meetei_Mayek,  Meetei_Mayek,
   Meroitic_Cursive,
   Meroitic_Hieroglyphs,
   Miao,
 Mongolian,  Mongolian,
 Myanmar,  Myanmar,
 New_Tai_Lue,  New_Tai_Lue,
Line 195  Rejang, Line 202  Rejang,
 Runic,  Runic,
 Samaritan,  Samaritan,
 Saurashtra,  Saurashtra,
   Sharada,
 Shavian,  Shavian,
 Sinhala,  Sinhala,
   Sora_Sompeng,
 Sundanese,  Sundanese,
 Syloti_Nagri,  Syloti_Nagri,
 Syriac,  Syriac,
Line 205  Tagbanwa, Line 214  Tagbanwa,
 Tai_Le,  Tai_Le,
 Tai_Tham,  Tai_Tham,
 Tai_Viet,  Tai_Viet,
   Takri,
 Tamil,  Tamil,
 Telugu,  Telugu,
 Thaana,  Thaana,
Line 235  Yi. Line 245  Yi.
   lower       lower case letter    lower       lower case letter
   print       printing, including space    print       printing, including space
   punct       printing, excluding alphanumeric    punct       printing, excluding alphanumeric
  space       whitespace  space       white space
   upper       upper case letter    upper       upper case letter
   word        same as \ew    word        same as \ew
   xdigit      hexadecimal digit    xdigit      hexadecimal digit

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>