translate expand_more
arrow_back Zur Startseite

Regex-Tester

Testen Sie regulaere Ausdruecke direkt im Browser, pruefen Sie Treffer und passen Sie Flags sofort an.

code_blocks Codinghourglass_top Warte auf Ergebnis

Treffer

2

/\b[\w.%+-]+@[\w.-]+\.[A-Za-z]{2,}\b/gu

Index 9

hello@gogotem.com

Index 34

team@example.org

So funktioniert es

The tester builds a JavaScript regular expression from your pattern and selected flags, then scans the text and lists every match with its position.

Hinweise

  • Turn on the global flag to capture every match instead of just the first one.
  • Case-insensitive matching is useful for email, tags, and user-entered text.
  • Invalid syntax is reported immediately so you can fix the pattern quickly.

Haeufige Fragen

Does this use JavaScript regex syntax?expand_more

Yes. The tester follows the browser RegExp engine, including common flags such as global, ignore-case, multiline, dotAll, and unicode.

Can I use this for quick validation patterns?expand_more

Yes. It is useful for checking email patterns, URL fragments, form rules, and text extraction logic before using them in code.

Weiter entdecken

Weitere Tools fuer den naechsten Schritt

Wechsle zu aehnlichen Tools derselben Kategorie und zu beliebten Gogotem-Tools.

Alle Tools ansehen arrow_forward