RXPY

A Regular Expression Library for Python
Download

RXPY Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Andrew Cooke
  • Publisher web site:
  • http://www.acooke.org/jara/jjjuste/

RXPY Tags


RXPY Description

A Regular Expression Library for Python RXPY is a regular expression library, written in Python, that is almost completely backwards compatible with the standard Python re library (only locale-based character groups are not supported).It has a modular design that allows different alphabets and engines to be used. This allows regular expressions to be defined over sequences of arbitrary objects (a mapping between objects and the characters used in the regular expression must exist; this is defined by the alphabet).The initial engine is a simple recursive descent implementation, but future releases will support a DFA-based solution similar to re2. Requirements: · Python


RXPY Related Software