In PCRE regular expressions
-
\p{P}
is "Any punctuation character" -
\p{Z}
is "Any whitespace character"
See the "EXPLANATION" section on the right: https://regex101.com/r/ZFIKpv/1
In PCRE regular expressions
\p{P}
is "Any punctuation character"\p{Z}
is "Any whitespace character"See the "EXPLANATION" section on the right: https://regex101.com/r/ZFIKpv/1