R

TestRegex

Visible characters (not space)

[[:graph:]]

Matches printable, non-whitespace characters only.

Examples

PCRE

Share & Embed

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

<!-- Embed Regex Token: [[:graph:]] -->
<code class="regex-token">[[:graph:]]</code> - Visible characters (not space)
<small><a href="https://testregex.com/cheatsheet/visible-characters-not-space">See details</a></small>