Python Regular Expression Builder (Pyreb) is a wxPython GUI to the re python module. It speeds the development of Python regular expressions (similar to PCRE). The GUI is simple and features three parts, a text box where the text to be analyzed is displayed, a text box where the regular expression to be applied is displayed, and a tree control where the results are displayed When one of the two textboxes change, the regex is compiled and applied. Errors in the regex are shown in a statusbar. Pyreb is somewhat similar to the Activestate RX Toolkit (part of Komodo IDE), but is a completely different project.
| Tags | Internet Web HTTP Servers Software Development |
|---|---|
| Licenses | GPL |
| Operating Systems | Windows OS Independent POSIX Linux |
| Implementation | Python |


Release Notes: The XMLRPC server can now be started from the command line.


Release Notes: The pkg_resources API is used to access package resources when running in normal (not frozen) mode.


Release Notes: A bug in which the XMLRPCServer was not working properly was fixed. A minor visual enhancement was done in Results control.


Release Notes: Pyreb now uses the Scintilla-based wxStyledTextCtrl to write regular expressions. In this release only brace highlighting is available, but better editing support is planned.


Release Notes: A new results widget was added. Experimental brace syntax highlighting was added in the regex widget.