Lines Matching refs:white

2181        If  this  bit  is  set,  most white space characters in the pattern are
2183 ever, white space is not allowed within sequences such as (?> that
2185 quantifier such as {1,3}. However, ignorable white space is permitted
2190 Perl did not treat this character as white space. However, Perl changed
2192 treated as white space.
2328 when compiling is when PCRE_EXTENDED is set. CR and LF are white space
2935 set, so white space - including newlines - is ignored):
4652 modifier is set, Perl allows white space between ( and ? (though cur-
4969 If a pattern is compiled with the PCRE_EXTENDED option, most white
4972 are ignored. An escaping backslash can be used to include a white space
5178 \h any horizontal white space character
5179 \H any character that is not a horizontal white space character
5180 \s any white space character
5181 \S any character that is not a white space character
5182 \v any vertical white space character
5183 \V any character that is not a vertical white space character
5204 (11), FF (12), CR (13), and space (32), which are defined as white
5207 character (\xA0) is recognized as white space, and in others the VT
5732 tern, which could be used with a UTF-8 string (ignore white space and
5882 space white space (the same as \s from PCRE 8.34)
6060 the ((red|white) (king|queen))
6070 capturing subpatterns. For example, if the string "the white queen" is
6073 the ((?:red|white) (king|queen))
6075 the captured substrings are "white queen" and "queen", and are numbered
6576 PCRE_EXTENDED option is set, this can be white space. Otherwise, the
6826 Consider the following pattern, which contains non-significant white
6893 could be written like this (ignore white space and line breaks):
6911 white space, and with the two alternatives on the second line:
6987 PCRE_EXTENDED option is set so that white space is ignored):
7566 white space, consider:
7727 \h a horizontal white space character
7728 \H a character that is not a horizontal white space character
7733 \s a white space character
7734 \S a character that is not a white space character
7735 \v a vertical white space character
7736 \V a character that is not a vertical white space character
7852 space white space
7938 (?x) extended (ignore white space)
8279 8. However, the horizontal and vertical white space matching escapes
9997 PCRE_EXTENDED ignore white spaces /x