Letters
[[:alpha:]]An alternate way to match alpanumeric letters
Examples
Match Sample:
hello, there!
Regex Example:
[[:alpha:]]+
PCRE
Share & Embed
Use this snippet to display this token on your own site.
<!-- Embed Regex Token: [[:alpha:]] --> <code class="regex-token">[[:alpha:]]</code> - Letters <small><a href="https://testregex.com/cheatsheet/letters">See details</a></small>