Skip to main content

Character Escape ↔ escape to match single fixed character

Control Escape

Character Escape for Control Character

Character Class Escape

Character Escape for set of characters

Unicode/other escape

other sort

References

  1. \nRegExp Control Character Escape for New line feed (LF) character

  2. \fRegExp Control Character Escape for Form feed (FF) character

  3. \rRegExp Control Character Escape for carriage Return (CR) character

  4. \tRegExp Control Character Escape for Tab character

  5. \vRegExp Control Character Escape for vertical line tabulation

  6. \cARegExp Arbitrary Character Escape for Ctrl+A

  7. \cZRegExp Arbitrary Character Escape for Ctrl+Z

  8. Control EscapeCharacter Escape for Control Character

  9. Character Class EscapeCharacter Escape for set of characters