R

TestRegex

Exactly 3 of a

a{3}

Matches exactly 3 consecutive `a` characters.

Examples

Match Sample:
a aa aaa aaaa
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> - Exactly 3 of a
<small><a href="https://testregex.com/cheatsheet/exactly-3-of-a">See details</a></small>