R

TestRegex

Unicode property X

\pX

Matches a unicode character with the given property.

Examples

Match Sample:
any letter!
Regex Example:
\pL+
PCRE

Share & Embed

Use this snippet to display this token on your own site.

<!-- Embed Regex Token: \pX -->
<code class="regex-token">\pX</code> - Unicode property X
<small><a href="https://testregex.com/cheatsheet/unicode-property-x">See details</a></small>