Navigation

  • index
  • modules |
  • next |
  • jsre 1.0.0 documentation »

jsre Regular Expression Module¶

Contents:

  • 1. Introduction
  • 2. FAQ
  • 3. Performance
    • 3.1. Pattern Complexity
    • 3.2. Keyword Searching
    • 3.3. Practical Limits
  • 4. Features and Examples
    • 4.1. Compiling and Matching
    • 4.2. Searching within Python Strings
    • 4.3. Matching Semantics for Alternative Expressions
    • 4.4. Indexing Alternatives
    • 4.5. Large File Processing
    • 4.6. Sector Offset Searches
    • 4.7. Reluctant Matching
    • 4.8. Backreferences
  • 5. Installation
    • 5.1. Windows Installation
    • 5.2. Linux Installation
    • 5.3. Encodings
  • 6. Module Functions and Objects
    • 6.1. Module Functions
    • 6.2. Regular Expression Compiler
    • 6.3. Regular Expression Objects
    • 6.4. Match Objects
  • 7. Regular Expression Syntax
    • 7.1. Single Characters
    • 7.2. Zero width tests
    • 7.3. Named Character Classes
    • 7.4. Character Classes
    • 7.5. Repeats Alternatives and Backreferences
    • 7.6. Groups
  • 8. Debugging and Error Codes
    • 8.1. Regular Expression Parsing
    • 8.2. Virtual Machine Error Codes
  • 9. Unicode Compliance
  • 10. History
  • 11. Licence

Indices and tables¶

  • Index
  • Module Index
  • Search Page

Table Of Contents

  • jsre Regular Expression Module
  • Indices and tables

Next topic

1. Introduction

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

Navigation

  • index
  • modules |
  • next |
  • jsre 1.0.0 documentation »
© Copyright 2015, Howard Chivers. Created using Sphinx 1.3.1.