Repeat the previous token any number of times.
Section: Quantifiers
Zero or more
regex
regex
ab*Explanation
Matches `a`, `ab`, `abb`, and so on.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Quantifiers