Any non-digit
\DMatches anything other than a decimal digit.
Examples
Match Sample:
one: 1, two: 2
Regex Example:
\D+
JAVASCRIPT PYTHON PCRE
Share & Embed
Use this snippet to display this token on your own site.
<!-- Embed Regex Token: \D --> <code class="regex-token">\D</code> - Any non-digit <small><a href="https://testregex.com/cheatsheet/any-non-digit">See details</a></small>