regexp body
↔ of RegExp
expression (abc
) inside /abc/
Character Class
RegExp Syntax []
to wrap Class Range or Pattern Character
Group
RegExp
JS Syntax using ()
to group together RegExp
expressions
Quantifier
RegExp Syntax to express # repetitions to match
Assertion
RegExp Syntax to define boundary of lines/words