R

TestRegex

One or more of a

a+

Matches one or more consecutive `a` characters.

Examples

Match Sample:
a aa aaa aaaa bab baab
Regex Example:
a+
JAVASCRIPT PYTHON PCRE

Share & Embed

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

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