[pcre-dev] \s and VT (vertical tab)

トップ ページ
このメッセージを削除
著者: Jean-Christophe Deschamps
日付:  
To: pcre-dev
題目: [pcre-dev] \s and VT (vertical tab)
Dear list,

Am I missing something? The docs say:

"For compatibility with Perl, \s does not match the VT character (code
11). This makes it different from the the POSIX "space" class. The \s
characters are HT (9), LF (10), FF (12), CR (13), and space (32). If
"use locale;" is included in a Perl script, \s may match the VT
character. In PCRE, it never does. "

But AFAICT PCRE \s does match VT.