OpenRegex is a simple, self-hosted, web-based regular expression (regex) tester and debugger.
10K+
Caution
⚠️ Important Notice: Version 2.0 Available A new and improved OpenRegex 2.0 has been released! This repository (v1.x) is now considered legacy and will no longer receive updates or security patches.Please visit OpenRegex.com or check our GitHub for the latest version.
Welcome to the OpenRegex repository on Docker Hub! OpenRegex is a powerful, self-hosted, web-based regular expression (regex) tester and debugger designed to simplify the process of working with regex patterns. This tool offers a user-friendly web interface, making it accessible and easy to use for both beginners and experienced developers.
Multiple Engine Support:
| Engine | Description |
|---|---|
| Python | re Python's built-in regex engine. |
| Python | regex Python's regex module, which supports additional features like lookbehinds. |
| Java | Java's java.util.regex built-in regex engine. |
| JavaScript | JavaScript's Node.js provides a RegExp object. |
| C++ | C++'s std::regex engine. |
Pull and run the Docker Image:
You can also pull the image from Docker Hub:
docker run -e OPENREGEX_LOG_LEVEL=ERROR -e OPENREGEX_TIMEOUT_S=5 -e GUNICORN_WORKERS=4 -e GUNICORN_THREADS=4 -p 5000:5000 sunnev/openregex:latest
Access the Application:
Open your web browser and go to http://localhost:5000 to access the application.
Content type
Image
Digest
sha256:853d132db…
Size
392.1 MB
Last updated
over 1 year ago
docker pull sunnev/openregex