Mycalculating.com
Learning Hub
Toggle theme
Back to Technology
Regex Performance Checker
Estimate time complexity for given regex patterns.
Warning
Be cautious with complex regular expressions, especially those with nested quantifiers (like `(a+)+`), as they can cause "catastrophic backtracking" and freeze your browser tab.
Regular Expression
Test String
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaX
Test Regex
How It Works