Extended regular expressions

Extended regular expressions are used in the awk(1) and egrep(1) utilities. Below are the corresponding metacharacters:

*   .   ^   $   [ ]   \  ?   +  |  ( )   { }

The following list describes several important characteristics of metacharacters used in extended regular expressions: