kiki

Tool for python regular expression testing
  http://project5.freezope.org/kiki
  5
  3 reviews



A free environment for regular expression testing (ferret). It allows you to write regexes and test them against a sample text, providing extensive output about the results. It is useful for several purposes:

- exploring and understanding the structure of match objects
generated by the re module, making Kiki a valuable tool for people
new to regexes.
- testing regexes on sample text before deploying them in code.
Kiki can function on its own or as plugin for the Spe Python editor.
Latest reviews
4
kaamos 9 years ago

It works when it does. But if you keep using it for some inexplicable reason it consumes 100% CPU and then becomes unresponsive.

5
UncleNinja 12 years ago

Extremely useful.

5
InverseHypercube 13 years ago

This is a great little tool. It's invaluable if you use regex.