RegexFactory
stable
  • Introduction
  • How To Install
  • API Reference
RegexFactory
  • Welcome to RegexFactory!
  • Edit on GitHub

Welcome to RegexFactory!

Don’t know where to start? Follow through the documentation below.

  • Introduction
  • How To Install
    • Installing From PyPI
  • API Reference
    • Base Pattern Module
    • ValidPatternType
    • ESCAPED_CHARACTERS
    • join()
    • escape()
    • RegexPattern
      • RegexPattern.precedence
      • RegexPattern.__add__()
      • RegexPattern.__mul__()
      • RegexPattern.get_regex()
      • RegexPattern.compile()
      • RegexPattern.match()
      • RegexPattern.fullmatch()
      • RegexPattern.findall()
      • RegexPattern.finditer()
      • RegexPattern.split()
      • RegexPattern.sub()
      • RegexPattern.subn()
      • RegexPattern.search()
    • Regex Pattern Subclasses
    • Or
      • Or.precedence
    • Range
      • Range.precedence
    • Set
      • Set.precedence
    • NotSet
      • NotSet.precedence
    • Amount
      • Amount.precedence
    • Multi
      • Multi.precedence
    • Optional
      • Optional.precedence
    • NamedGroup
      • NamedGroup.precedence
    • NamedReference
      • NamedReference.precedence
    • NumberedReference
      • NumberedReference.precedence
    • Comment
      • Comment.precedence
    • IfAhead
      • IfAhead.precedence
    • IfNotAhead
      • IfNotAhead.precedence
    • IfBehind
      • IfBehind.precedence
    • IfNotBehind
      • IfNotBehind.precedence
    • Group
      • Group.precedence
    • IfGroup
      • IfGroup.precedence
    • Regex Characters
    • ANY
    • ANCHOR_START
    • ANCHOR_END
    • WHITESPACE
    • NOTWHITESPACE
    • WORD
    • NOTWORD
    • DIGIT
    • NOTDIGIT
Next

© Copyright 2021, Nate Larsen. Revision a9899204.

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