R

TestRegex

Any single character

.

Matches any character other than newline (or including newline with the /s flag)

Examples

Match Sample:
a b c
Regex Example:
.+
JAVASCRIPT PYTHON PCRE

Share & Embed

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

<!-- Embed Regex Token: . -->
<code class="regex-token">.</code> - Any single character
<small><a href="https://testregex.com/cheatsheet/any-single-character">See details</a></small>