POSIX Extended Regular Expression Syntax (Quick Reference)
Single-Character Expressions

Repeaters
{n}
previous expression matches exactly n times
Patterns
(
start of pattern
Boundaries
^
beginning of line (only valid when used at the beginning of a pattern)
Last updated