Test regular expressions with live matches and flag controls.
Flags
\\d for digits, \\w for word chars, and \\s for whitespace.i for case-insensitive matching and m for line-based anchors.The Regex Tester supports common JavaScript flags including global, ignore-case, multiline, and dotall.
Yes. The tool lists each match and its start index in the input text.
Yes. Pattern testing runs locally in your browser using JavaScript regex behavior.
Folder Structure Generator
Build folder structure diagrams, ASCII directory trees, and file tree visualizations for READMEs and docs.
.gitignore Generator
Generate merged .gitignore rules for your stack with one click.
JSON to TypeScript Interface
Convert JSON into TypeScript interfaces with inferred nested types.
Text to Slug Converter
Convert titles and phrases into clean SEO-friendly URL slugs.
UTM Builder
Build campaign URLs with UTM parameters for analytics tracking.
JSON Formatter & Validator
Validate, format, and minify JSON directly in your browser.