Utilidades para desarrolladores
Regex Tester
Test regular expressions with live match highlighting and capture group table.
Por qué usar esta herramienta
03Build and test regex patterns with flags, highlighted matches, and capture group inspection.
Regex Tester highlights all matches in real time as you type your pattern.
Capture groups appear in a table below, and preset patterns let you start quickly.
Cómo usarla
03Revisiones rápidas antes de copiar
03Confirm the input is the format you intended.
Scan the result before using it in a document, URL, config, or message.
Copy only the output you need.
Preguntas frecuentes
03
What flags are supported?
g (global), i (case-insensitive), m (multiline), and s (dotAll).
How many matches does it find?
Up to 500 matches per test to keep the UI responsive.
Does it show named capture groups?
It shows numbered capture groups. Named groups are shown by their position.
Herramientas relacionadas
03Find and Replace→
Find text matches and replace them instantly.
Text Diff Checker→
Compare two text blocks and inspect line differences.
JSON Formatter→
Format, minify, and validate JSON in one place.