- 1. Introduction
- 2. Regular Expression Syntax
- 3. Flags
- 4. Functions
- 4.1. search()
- 4.2. match()
- 4.3. findAll()
- 4.4. findIter()
- 4.5. replace()
- 4.6. sub()
- 4.7. split()
- 4.8. inspectRegex()
- 4.9. inspectState()
- 4.10. enableDebug()
- 5. Match Records
- 6. Unicode Properties
- 7. Backreferences
- 8. Look Around Assertions
- 9. Examples
- 10. Contributions