Indice 9
hello@gogotem.com
Prueba expresiones regulares sobre texto de ejemplo, revisa coincidencias y ajusta flags sin salir del navegador.
Coincidencias
2
/\b[\w.%+-]+@[\w.-]+\.[A-Za-z]{2,}\b/gu
Indice 9
hello@gogotem.com
Indice 34
team@example.org
The tester builds a JavaScript regular expression from your pattern and selected flags, then scans the text and lists every match with its position.
Yes. The tester follows the browser RegExp engine, including common flags such as global, ignore-case, multiline, dotAll, and unicode.
Yes. It is useful for checking email patterns, URL fragments, form rules, and text extraction logic before using them in code.
Seguir explorando
Descubre herramientas relacionadas de la misma categoria y opciones populares de Gogotem.