Next: Missing Features, Up: Regular Expressions [Index]
The following constructs require backslashes or Emacs will treat them like literal characters:
| Construct | Description |
|---|---|
| ‘\pipe’ | Alternative |
| ‘\(...\)’ | Capturing group |
| ‘\{...\}’ | Repetition |
See also Backslash Constructs