pyre2
0.3

Contents:

  • pyre2: Python RE2 wrapper for linear-time regular expressions
  • src
  • Changelog
pyre2
  • Index

Index

B | C | E | F | G | L | M | P | R | S

B

  • BackreferencesException

C

  • CharClassProblemException
  • compile() (in module re2)
  • contains() (re2.Pattern method)
  • count() (in module re2)
    • (re2.Pattern method)

E

  • end() (re2.Match method)
  • endpos (re2.Match attribute)
  • error
  • escape() (in module re2)
  • expand() (re2.Match method)

F

  • findall() (in module re2)
    • (re2.Pattern method)
  • finditer() (in module re2)
    • (re2.Pattern method)
  • flags (re2.Pattern attribute)
  • fullmatch() (in module re2)
    • (re2.Pattern method)

G

  • group() (re2.Match method)
  • groupdict() (re2.Match method)
  • groupindex (re2.Pattern attribute)
  • groups (re2.Pattern attribute)
  • groups() (re2.Match method)

L

  • lastgroup (re2.Match attribute)
  • lastindex (re2.Match attribute)

M

  • Match (class in re2)
  • match() (in module re2)
    • (re2.Pattern method)
  • module
    • re2

P

  • Pattern (class in re2)
  • pattern (re2.Pattern attribute)
  • pos (re2.Match attribute)
  • purge() (in module re2)

R

  • re (re2.Match attribute)
  • re2
    • module
  • RegexError (in module re2)
  • regs (re2.Match attribute)

S

  • scanner() (re2.Pattern method)
  • search() (in module re2)
    • (re2.Pattern method)
  • set_fallback_notification() (in module re2)
  • span() (re2.Match method)
  • split() (in module re2)
    • (re2.Pattern method)
  • SREPattern (in module re2)
  • start() (re2.Match method)
  • string (re2.Match attribute)
  • sub() (in module re2)
    • (re2.Pattern method)
  • subn() (in module re2)
    • (re2.Pattern method)

© Copyright 2024, Andreas van Cranenburgh.

Built with Sphinx using a theme provided by Read the Docs.