R

TestRegex

Space or tab only

[[:blank:]]

Matches spaces and tabs (but not newlines)

Examples

Match Sample:
a b c
Regex Example:
[[:blank:]]
PCRE

Share & Embed

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

<!-- Embed Regex Token: [[:blank:]] -->
<code class="regex-token">[[:blank:]]</code> - Space or tab only
<small><a href="https://testregex.com/cheatsheet/space-or-tab-only">See details</a></small>