R

TestRegex

3 or more of a

a{3,}

Matches at least 3 consecutive `a` characters.

Examples

Match Sample:
a aa aaa aaaa aaaaaa
Regex Example:
a{3,}
JAVASCRIPT PYTHON PCRE

Share & Embed

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

<!-- Embed Regex Token: a{3,} -->
<code class="regex-token">a{3,}</code> - 3 or more of a
<small><a href="https://testregex.com/cheatsheet/3-or-more-of-a">See details</a></small>