noun
metacharacter
In computing, a character with a special meaning in a pattern or command, such as wildcards or escape characters.
正規表現では、ドットは任意の一文字にマッチするメタ文字です。
In regular expressions, the dot is a metacharacter that matches any single character.
シェルスクリプトでアスタリスクはメタ文字として扱われる。
In shell scripts, the asterisk is treated as a metacharacter.