Browser-only инструмент
Тестер регулярных выражений
Проверяйте pattern, flags и результаты match без отправки текста на сервер.
Browser-only инструмент
Проверяйте pattern, flags и результаты match без отправки текста на сервер.
Внимание: сложные regex могут работать медленно или небезопасно на больших данных. Поведение JavaScript regex может отличаться от других языков.
Patterns and sample text are processed locally in your browser and are not uploaded.
The browser JavaScript RegExp engine is used, so behavior can differ from PCRE, Python, Java, or .NET.
ReDoS is a denial-of-service risk caused by regex patterns with catastrophic backtracking on certain inputs.
No. It is useful for exploration, but production patterns should be tested in the same runtime as the app.
No. Matching runs locally in the browser.
Flags such as g, i, m, s, u, and y change matching behavior and output.