Next: , Up: Regular Expressions   [Index]


8.4.1.1 Backslashed Constructs

The following constructs require backslashes or Emacs will treat them like literal characters:

ConstructDescription
\pipeAlternative
\(...\)Capturing group
\{...\}Repetition

See also Backslash Constructs