Sign inSign up

sunnev/openregex

By sunnev

Updated over 1 year ago

OpenRegex is a simple, self-hosted, web-based regular expression (regex) tester and debugger.

Image
Web servers
1

10K+

sunnev/openregex repository overview

OpenRegex (Legacy Version)

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.


Repository Overview: sunnev/openregex

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.

Key Features

  • Web Interface: Enjoy a seamless experience with our intuitive web interface, allowing you to test and debug regex patterns directly from your browser.
  • Self-Hosted: Host OpenRegex on your own infrastructure for complete control over your data and privacy.
  • Simple Setup: Benefit from straightforward installation instructions, ensuring a hassle-free setup process.
  • Multiple Engine Support:

    EngineDescription
    Pythonre Python's built-in regex engine.
    Pythonregex Python's regex module, which supports additional features like lookbehinds.
    JavaJava's java.util.regex built-in regex engine.
    JavaScriptJavaScript's Node.js provides a RegExp object.
    C++C++'s std::regex engine.
  1. 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
    
  2. Access the Application:

    Open your web browser and go to http://localhost:5000 to access the application.

Tag summary

Content type

Image

Digest

sha256:853d132db

Size

392.1 MB

Last updated

over 1 year ago

docker pull sunnev/openregex