ANN: retest 0.5

Christof csad7 at t-online.de
Sun Sep 11 18:24:03 CEST 2005


what is it
----------
A simple Server which enables tests of Python regular expressions (re 
module) in a webbrowser. Uses SimpleHTTPServer and AJAX.

You need: Python, a modern webbrowser like Firefox, IE (from 5.5), 
Safari or Opera (from 8) which handles XMLHttpRequest.


changes
-------
* added re.match and re.search, both show groups and named groups if any 
found
* added accesskeys for all functionalities


license
-------
This work is licensed under a Creative Commons License.


download
--------
current version: retest-0.5.zip - 050911, from http://cthedot.de/retest/

Tested with Python 2.4.1, Firefox 1.06, Internet Explorer 6 and Opera 
8.02 on Windows XP only. Seems to work best with Firefox and Opera, any 
feedback (success or failure ;) is welcome.


usage
-----
Start the server with >python reserver.py and open 
http://localhost:8087/ in your webbrowser. You

might want to adjust the PORT used in reserver.py.

The usage of the application itself should be self explanatory, take a 
look in the Python

documentation for the re module.


any comment will be appreciated, thanks
christof hoeke



<P><A HREF="http://cthedot.de/retest/">retest 0.5</A> - test Python 
regular expressions in a

webbrowser (11-Sep-05)




More information about the Python-announce-list mailing list