regexp atom
↔ basic building block of RegExp
Pattern Character
any characters (except for Metacharacter) that match themselves
Character Escape
escape to match single fixed character
Metacharacter
\ ^ $ . * + ? ( ) [ ] { } |
special reserved RegExp
character with special (non-literal) meaning to define search criteria/manipulation