Regex Tester
Test JavaScript regular expressions with live match highlighting, capture groups, substitution, and shareable links.
Related guides
Regex Railroad Diagrams and NFA/DFA Steppers: Seeing the Machine Inside Your Pattern
Browsers run regular expressions as backtracking engines, not the finite automata textbooks describe. Railroad diagrams, Thompson's construction and a step debugger close that gap — and make ReDoS visible before it ships.
Log Parsing with Regex: Turn Lines into Rows
Turn raw Apache, Nginx, and syslog lines into structured data using named capture groups, and export the result as table, JSON, or CSV.
Find and Replace with Regular Expressions: A Practical Guide
How capture groups, alternation, and lazy vs. greedy matching turn search-and-replace from tedious editing into precise transformation.
Best Free Developer Tools in 2026: An Honest Comparison
The best free, browser-based developer tools compared — CyberChef, Regex101, JWT.io, and the privacy-first alternatives. What to use for JSON, regex, JWTs, hashing, UUIDs, and more.
Related tools
Anagram Solver & Palindrome
Normalize text for palindrome checks and privacy-preserving anagram analysis.
Binary Text Translator
Convert text to binary or hex bytes and decode it back
Case Converter & Text Formatter
Convert text between 14 different case formats including camelCase, snake_case, kebab-case with batch processing and advanced options
Character Frequency Analyzer
Count character, letter and word frequencies for text analysis
Find and Replace Text
Find and replace text with optional regex, case, and multiline matching
HTML to Markdown Converter
Paste HTML and get clean Markdown. Configurable heading style, bullet marker, and code block style — all processed locally in your browser.