정규식 온라인 테스터

Free 무료 · 가입 불필요 · 데이터 저장 안 함 Real-time · Group capture · Flags
/
/
Enter a pattern above and test string below

더 많은 개발 도구

Cron 생성기
일정 만들기
URL 인코더
퍼센트 인코딩
타임스탬프
Unix ↔ 날짜
CSS 포매터
형식화·압축
HTML 포매터
형식화·미화
SQL 포매터
SQL 형식화
Base64
인코딩/디코딩
JSON 포매터
형식화·검증·압축

왜 이것이 최고의 온라인 정규식 테스터인가

실시간 매칭 강조

Matches are highlighted in real-time as you type your regex pattern. See exactly what your expression captures.

캡처 그룹

View all capture groups and their matched values displayed clearly below the test string.

모든 플래그 지원

Toggle g (global), i (case-insensitive), m (multiline), and s (dotall) flags with one click.

매칭 세부 정보

See the exact index position and length of each match for precise debugging.

자주 묻는 질문

What regex flavor does this tester use?

This tester uses JavaScript's built-in RegExp engine, which is the standard for web development and Node.js applications.

How do I test a regex for email validation?

Enter your email regex pattern like /^[\w.-]+@[\w.-]+\.[a-z]{2,}$/i in the pattern field, then type a test email in the test string area to see live matching.

Why does my regex not match across lines?

By default, . does not match newlines. Enable the s (dotall) flag to make . match any character including newlines, or use m (multiline) to make ^ and $ match line boundaries.

심층 가이드
개발자 필수 도구 가이드
정규식, Cron, 타임스탬프, URL 등
가이드 읽기