Developer
Tools
Client-Side Only • Secure
정규식 테스터
실시간 강조 표시로 정규식을 테스트하고 이해하세요. 모든 처리는 브라우저에서 로컬로 수행됩니다.
/
/
Invalid Regex
0
matches
Cheatsheet
Character Classes
.
Any character\w
Word char\d
Digit\s
Whitespace[abc]
Any of a, b, c[^abc]
Not a, b, or cQuantifiers
*
0 or more+
1 or more?
0 or 1{3}
Exactly 3{3,}
3 or moreAnchors & Groups
^
Start of line$
End of line\b
Word boundary(...)
Capture groupPrivacy Note
This tool runs entirely in your browser. No data is sent to any server. Your regex patterns and test strings remain private.