R

TestRegex

Unicode property

\p{...}

Matches a unicode character with the given group of 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> - Unicode property
<small><a href="https://testregex.com/cheatsheet/unicode-property">See details</a></small>