Tester de Regex Online

Free Gratis · Sin registro · Sin subida de datos Real-time · Group capture · Flags
/
/
Enter a pattern above and test string below

Más Herramientas para Desarrolladores

Cron
Crear cron
URL Encoder
Codificar URL
Timestamp
Unix ↔ Fecha
Formateador CSS
Formatear & minificar
Formateador HTML
Formatear & embellecer
Formateador SQL
Formatear SQL
Base64
Codificar/Decodificar
Formateador JSON
Formatear & validar

Por Qué Este es el Mejor Tester de Regex Online

Resaltado de Coincidencias en Tiempo Real

Matches are highlighted in real-time as you type your regex pattern. See exactly what your expression captures.

Grupos de Captura

View all capture groups and their matched values displayed clearly below the test string.

Todas las Banderas Soportadas

Toggle g (global), i (case-insensitive), m (multiline), and s (dotall) flags with one click.

Detalles de Coincidencia

See the exact index position and length of each match for precise debugging.

Preguntas Frecuentes

What regex flavor does this tester use?

This tester uses JavaScript's built-in RegExp engine, which is the standard for web development and Node.js applications.

How do I test a regex for email validation?

Enter your email regex pattern like /^[\w.-]+@[\w.-]+\.[a-z]{2,}$/i in the pattern field, then type a test email in the test string area to see live matching.

Why does my regex not match across lines?

By default, . does not match newlines. Enable the s (dotall) flag to make . match any character including newlines, or use m (multiline) to make ^ and $ match line boundaries.

Guía detallada
Guía Herramientas Esenciales
Regex, Cron, Timestamp, URL & más
Leer la guía