firasdib/regex101

This repository is currently only used for issue tracking for www.regex101.com

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 48 minutes ago
Type:Server / PlatformCategory(s):API Development ToolsDeveloper Tools
Added to GitGenius on September 19th, 2026
Created on April 27th, 2014
Open Issues & Pull Requests: 75 (+0)
GitHub issues: Enabled
Number of forks: 261
Total Stargazers: 3,515 (+0)
Total Subscribers: 59 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 36
New in 7 days: 2
Closed in 7 days: 1
Avg open age: 1,016 days
Stale 30+ days: 30
Stale 90+ days: 28

Recent activity

Opened in 7 days: 2
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 4

Top labels

  • spam (159)
  • bug (127)
  • enhancement (71)
  • UX (22)
  • flavor request (20)
  • python (17)
  • quiz (14)
  • code generator (13)

Detailed Description

regex101 is a web-based tool for building, testing, and debugging regular expressions.

The tool addresses the challenge of writing and validating regex patterns by providing an interactive environment where developers can test expressions against sample text in real time, see matches highlighted, and debug their patterns. It supports multiple regex flavors and languages, allowing users to write code generators that convert regex patterns into language-specific implementations.

The tool suits developers who work frequently with regular expressions and need immediate visual feedback on pattern matching behavior. It is particularly valuable for those learning regex syntax or troubleshooting complex patterns. The project maintains an API for programmatic access and accepts community contributions for new code generators and regex flavor support.

Development activity on the project is limited to issue tracking through this repository, with the actual application hosted separately. The maintainers track feature requests and bug reports through GitHub Projects, organizing them by category such as code generator requests and regex flavor support.