Negation of \p
\P{...}Matches a unicode character that doesn't have any of the given properties.
Examples
Match Sample:
any letter!
Regex Example:
\P{L}
PCRE
Share & Embed
Use this snippet to display this token on your own site.
<!-- Embed Regex Token: \P{...} -->
<code class="regex-token">\P{...}</code> - Negation of \p
<small><a href="https://testregex.com/cheatsheet/negation-of-p-slash-pbrace-opendotdotdotbrace-close">See details</a></small>