← All tools
Regex Snippets
Search and copy common regex patterns — email, URL, date, and more.
Search and copy common regex patterns — email, URL, date, and more.
/^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i예: 3f8b2c1a-9d4e-4b6a-8c2d-1e5f7a9b0c3d
/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^\w\s]).{8,}$/예: Abc!2345
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-[0-9A-Za-z-.]+)?(?:\+[0-9A-Za-z-.]+)?$/예: 1.4.2-beta.1