Possessive quantifier
a*+Matches as many characers as possible; backtracking can't reduce the number of characters matched.
Examples
PCRE
Share & Embed
Use this snippet to display this token on your own site.
<!-- Embed Regex Token: a*+ --> <code class="regex-token">a*+</code> - Possessive quantifier <small><a href="https://testregex.com/cheatsheet/possessive-quantifier">See details</a></small>