포매터 및 코드
Regex Playground
100+ curated patterns plus a live tester.
Runs in your browser
39 patterns
Email & web
Numbers
Dates
Phone & IDs
Code
Markup
Files
Misc
Matches
- ada@example.com.
편집자 노트
Understanding · The hundred patterns you keep copying.
이 심층 챕터는 현재 영어로만 제공됩니다. 위의 변환 도구는 귀하의 언어로 작동하지만, 긴 설명 글은 아직 번역되지 않았습니다.
자주 묻는 질문
Quick answers.
›Which regex engine does this use?
The playground uses the native JavaScript RegExp engine built into your browser, which supports standard features like lookaheads and capture groups.
›Is my test data sent to a server?
No. All pattern matching and text processing happens locally on your device in real-time.
›What are the common regex flags?
Common flags include `g` for a global search across the whole string, `i` for case-insensitive matching, and `m` for multiline mode.
›Can I test complex patterns?
Yes. You can write your own custom patterns or select from over 100 curated examples including URL validation, date formats, and HTML tag matching.
사람들이 다음도 검색합니다.
관련 도구