pyre2
0.3

Contents:

  • pyre2: Python RE2 wrapper for linear-time regular expressions
  • src
    • re2 module
  • Changelog
pyre2
  • src
  • View page source

src

  • re2 module
    • BackreferencesException
    • CharClassProblemException
    • Match
      • Match.end()
      • Match.endpos
      • Match.expand()
      • Match.group()
      • Match.groupdict()
      • Match.groups()
      • Match.lastgroup
      • Match.lastindex
      • Match.pos
      • Match.re
      • Match.regs
      • Match.span()
      • Match.start()
      • Match.string
    • Pattern
      • Pattern.contains()
      • Pattern.count()
      • Pattern.findall()
      • Pattern.finditer()
      • Pattern.flags
      • Pattern.fullmatch()
      • Pattern.groupindex
      • Pattern.groups
      • Pattern.match()
      • Pattern.pattern
      • Pattern.scanner()
      • Pattern.search()
      • Pattern.split()
      • Pattern.sub()
      • Pattern.subn()
    • RegexError
    • SREPattern
    • compile()
    • count()
    • error
    • escape()
    • findall()
    • finditer()
    • fullmatch()
    • match()
    • purge()
    • search()
    • set_fallback_notification()
    • split()
    • sub()
    • subn()
Previous Next

© Copyright 2024, Andreas van Cranenburgh.

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