Skip to main content

Python online regex tester for Python 2.7+

Project description

Python online regex tester for Python 2.7+

This is a full featured web based Python regexp tester wih:

  • all main re methods: re.search, re.match, re.findall, re.sub, re.subn

  • all main regex flags (re.U, re.I, re.X, etc)

  • ajax powered live matching as you type the pattern

  • match coloration

Try the demo.

Setup

The clean way:

pip install regextester
regex_tester

Voila. This should open a browser with the regex tester web page.

It works as a stand alone app as well:

git clone git://github.com/ksamuel/Python-regex-tester.git regextester
cd regextester/regex_tester; python regexp_tester.py

Dependancies

None

It uses:

But all of them are already provided, the whole thing being less than 500 ko.

There is even a stand alone one file version in the static folder. Although it’s not the exact same version (the regex is not executed in separate process), it has the same features.

Since the project was initially only for us to use, it’s taking advantages of a few advanced CSS selectors and some HTML 5 goodies. Make sure you have an up to date browser.

What it lacks

  • some love: design is not the strong point of the product. And a spiner for ajax requests would help.

  • some configuration options: it dont haz it

  • some use: I have no time to find bugs or write tests, so please use and report. I only use it in Firefox and Chrome on Ubuntu 11.10 when programming.

  • some protection: you can make it crash if you enter huge chunks of text or a pattern with agressive lookaheads

I do accept pull requests :-)

Licence

GPL2.

Honestly, only because that’s the first FOSS licence I could find a text copy of when googling.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

RegexTester-0.5.tar.gz (106.0 kB view details)

Uploaded Source

File details

Details for the file RegexTester-0.5.tar.gz.

File metadata

  • Download URL: RegexTester-0.5.tar.gz
  • Upload date:
  • Size: 106.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for RegexTester-0.5.tar.gz
Algorithm Hash digest
SHA256 58e92b3dafddf75fd7663d2ac8a96fcb07aa0c6e4faf9cb2c8c546b02ed04f50
MD5 9e9f0d5ef097164dd0b26a59f6592045
BLAKE2b-256 b35a481a92ef5a4e3fc1c3817680a70f7b854427c7450dcf50f2f32929cdcd29

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page