Developer Tools
Client-Side Only • Secure

ผู้ทดสอบ Regex

ทดสอบ แก้ไขข้อบกพร่อง และทำความเข้าใจนิพจน์ทั่วไปของคุณด้วยการไฮไลต์แบบเรียลไทม์และข้อมูลการจับคู่โดยละเอียด การประมวลผลทั้งหมดเกิดขึ้นภายในเบราว์เซอร์ของคุณ

/ /
0 matches
No matches found.

Cheatsheet

Character Classes
. Any character
\w Word char
\d Digit
\s Whitespace
[abc] Any of a, b, c
[^abc] Not a, b, or c
Quantifiers
* 0 or more
+ 1 or more
? 0 or 1
{3} Exactly 3
{3,} 3 or more
Anchors & Groups
^ Start of line
$ End of line
\b Word boundary
(...) Capture group

Privacy Note

This tool runs entirely in your browser. No data is sent to any server. Your regex patterns and test strings remain private.