Skip to content

feat(dev): Regex Tester - #200

Merged
slaveofcode merged 1 commit into
developfrom
feat/regex-tester
Aug 13, 2026
Merged

feat(dev): Regex Tester#200
slaveofcode merged 1 commit into
developfrom
feat/regex-tester

Conversation

@slaveofcode

Copy link
Copy Markdown
Owner

Adds a client-side Regex Tester (/tools/regex-tester).

  • Live match highlighting, capture groups (numbered + named), flag toggles (g/i/m/s/u/y) — runs on the native JS RegExp engine, nothing uploaded.
  • Multi-language code generation: JavaScript, Python, PHP (PCRE), Java, Go, C#/.NET, Ruby — with correct flag mapping and flavor warnings (e.g. Go/RE2 has no lookbehind/backrefs; Python/Go use (?P<name>); Ruby's m = dotall).
  • Pure lib regex.lib.ts unit-tested (24 cases); full suite + lint + build green.
  • EN + ID SEO entries.

Live regex testing with match highlighting, capture groups (numbered +
named) and flag toggles, running on the native JS engine. Generates the
equivalent code for JavaScript, Python, PHP, Java, Go, C# and Ruby, with
flavor warnings for cross-language syntax differences. Adds EN + ID SEO.
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 13, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
goodwebtools 493b90d Aug 13 2026, 05:07 PM

@slaveofcode
slaveofcode merged commit 01887c7 into develop Aug 13, 2026
1 of 2 checks passed
@slaveofcode
slaveofcode deleted the feat/regex-tester branch August 13, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant