What is the complete list of characters matched by the escape sequence \s in PHP ?
Some regex flavors include vertical space and other characters in this escape sequence.
What is the complete list of characters matched by the escape sequence \s in
Share
From pcrepattern specifications page:
So
\swill match 5 characters plus more depending on:This test compares the result of preg_match across various versions of PHP.