R

TestRegex

A character not in the range: a-z

[^a-z]

Matches any characters except one in the range a-z

Examples

Match Sample:
Anything but a-z.
Regex Example:
[^a-z]+
JAVASCRIPT PYTHON PCRE

Share & Embed

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

<!-- Embed Regex Token: [^a-z] -->
<code class="regex-token">[^a-z]</code> - A character not in the range: a-z
<small><a href="https://testregex.com/cheatsheet/a-character-not-in-the-range-a-z">See details</a></small>