A character in the range: a-z
[a-z]Matches any characters between a and z, including a and z
Examples
Match Sample:
Only 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 in the range: a-z <small><a href="https://testregex.com/cheatsheet/a-character-in-the-range-a-z">See details</a></small>