Visible punctuation characters
[[:punct:]]Matches characters that are not whitespace, letters or numbers.
Examples
Match Sample:
hello, regex user!
Regex Example:
[[:punct:]]
PCRE
Share & Embed
Use this snippet to display this token on your own site.
<!-- Embed Regex Token: [[:punct:]] --> <code class="regex-token">[[:punct:]]</code> - Visible punctuation characters <small><a href="https://testregex.com/cheatsheet/visible-punctuation-characters">See details</a></small>