Skip to content

Releases: Zulwatha/RegexLab

📦 RegexLab v1.1.0 — "Refined & Responsive"

14 Apr 11:14

Choose a tag to compare

This version brings meaningful improvements to both usability and feature set, focusing on polish, performance, and power.

✨ What's New?

💾 Export Menu Redesign

Introduced a dropdown-style Export button with two smart options:

    📄 Save As .txt or .json

    📋 Copy output to clipboard

🧠 Pattern Management Overhaul

Unified New, Update, and Delete actions inside a single enhanced pattern management panel

You can now edit or remove saved patterns directly

Right-side pattern list now dynamically loads and previews into input fields

📜 Scroll Support

Added scrollbars to Input & Output boxes for long-form text handling

🔐 UI Cleanup & Small Fixes

Select All now works consistently

Minor tweaks to layout spacing and padding

Improved form layout for better responsiveness

🧰 Technical Notes

.NET 8 Desktop Runtime required

Save operations auto-format JSON for readability

Clipboard copy includes all output lines as-is

RegexLab v1.0.0 – Initial Release

13 Apr 12:20

Choose a tag to compare

First public release of RegexLab, a modern and lightweight desktop tool for working with regular expressions.

🚀 Features

🧪 Regex Testing Interface

    Test patterns against custom input text

    See real-time matches and match count

📚 Pattern Library

    Built-in default patterns (Email, URL, IP, Domain)

    Save your own patterns with title, description, and tags

    Switch between default and custom via toggle

💾 Export System

    Export matched results to .txt or .json

    Clean formatting with summary and total count

🎛️ Tools Menu Options

    Duplicate filtering

    Case-insensitive match mode

    Sort alphabetically

    Trim leading/trailing spaces

🌗 Dark Theme Toggle

🖥️ Resizable Interface with Split Layout

🧠 Tooltip Pattern Info + Mouseover UX

📁 File > Open — Load input text from .txt file

📦 Settings & Menu UX

    File, Edit, View, Help with working shortcuts and structure

    GitHub, Regex Reference, Update Check

🔧 Technologies

Developed in C# (WinForms) using .NET 8.0

Data managed via JSON

Fully self-contained and offline-ready

🙌 Notes

RegexLab is designed for developers, testers, and analysts who work frequently with raw text data.
This version focuses on performance, simplicity, and quick regex utility without unnecessary bloat.