R

TestRegex

Greedy quantifier

a*

Matches as many characters as possible.

Examples

Match Sample:
greedy can be dangerous at times
Regex Example:
a.*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> - Greedy quantifier
<small><a href="https://testregex.com/cheatsheet/greedy-quantifier">See details</a></small>