【教程】详解Python正则表达式之:\s 匹配任一空白字符
crifan 13年前 (2012-11-20) 16378浏览
Python 2.7的官方手册中的解释是: \s When the LOCALE and UNICODE flags are not specified, matches any whitespace character; this is equ...
crifan 13年前 (2012-11-20) 16378浏览
Python 2.7的官方手册中的解释是: \s When the LOCALE and UNICODE flags are not specified, matches any whitespace character; this is equ...
crifan 13年前 (2012-11-20) 5995浏览
Python 2.7的官方手册中的解释是: \s When the LOCALE and UNICODE flags are not specified, matches any whitespace character; this is equ...