Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 804 Bytes

File metadata and controls

20 lines (12 loc) · 804 Bytes

PyRegexBuilder

Build regular expressions swiftly in Python.

  • PyRegexBuilder allows you to build regular expressions using a DSL similar to that of Swift RegexBuilder.
  • PyRegexBuilder is powered by the regex module.

Usage

See the documentation.

Roadmap

  • PyRegex builder aims to support as many regex module features as possible.

See also