R

TestRegex

Horizontal whitespace character

\h

Matches spaces and horizontal tabs. Works with unicode.

Examples

Match Sample:
a b c
Regex Example:
\h
PCRE

Share & Embed

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

<!-- Embed Regex Token: \h -->
<code class="regex-token">\h</code> - Horizontal whitespace character
<small><a href="https://testregex.com/cheatsheet/horizontal-whitespace-character">See details</a></small>