R

TestRegex

Hex character YY

\xYY

Matches the 8-bit character with the given hex value.

Examples

Match Sample:
match all spaces
Regex Example:
\x20
JAVASCRIPT PYTHON PCRE

Share & Embed

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

<!-- Embed Regex Token: \xYY -->
<code class="regex-token">\xYY</code> - Hex character YY
<small><a href="https://testregex.com/cheatsheet/hex-character-yy">See details</a></small>