1. Introduction
  2. Regular Expression Syntax
  3. Flags
  4. Functions
    1. search()
    2. match()
    3. findAll()
    4. findIter()
    5. replace()
    6. sub()
    7. split()
    8. inspectRegex()
    9. inspectState()
    10. enableDebug()
  5. Match Records
  6. Unicode Properties
  7. Backreferences
  8. Look Around Assertions
  9. Examples
  10. Contributions