Regex-Tester

Reguläre Ausdrücke mit Live-Matching testen und debuggen

Browser-VerarbeitungIhre Daten verlassen niemals Ihren Browser
/
/
Regex Cheat Sheet
. Any character
\d Digit
\w Word char
\s Whitespace
^ Start
$ End
* 0 or more
+ 1 or more
? 0 or 1
{n} Exactly n
[abc] Character class
() Group

About Regex-Tester

Reguläre Ausdrücke mit Live-Matching testen und debuggen

Use this free online texttools tool to work faster without installing extra software. The interface is built for quick input, clear output, and straightforward results on desktop and mobile devices.

Processing

This tool runs in your browser whenever possible, which keeps your inputs private and reduces unnecessary round-trips to the server.