Quick reference to Regular Expression patterns
.Any character (except newline)\dDigit [0-9]\DNot digits\wWord character [a-zA-Z0-9_]\WNot word characters\sWhitespace (space, tab, newline)\SNot whitespaceCheatsheet Regular Expression (Regex) is the most complete and easy to understand in Vietnamese. Includes all character classes (\\d, \\w, \\s), anchors (^, $, \\b), quantifiers (*, +, ?, {n,m}), groups and lookarounds. Comes with tested common regex patterns for email, phone, URL, and password. Copy patterns with just one click. Bookmark this page for quick lookup every time you write a regex.
Regular Expression is a powerful tool for text processing, but its syntax is difficult to remember. Even experienced developers often have to look up. This cheatsheet helps you: (1) Quickly look up syntax without Google; (2) Copy common tested patterns; (3) Understand the meaning of each special character; (4) Learn regex through practical examples. Instead of spending 10 minutes searching and reading documentation, you can find the needed pattern in seconds.
We not only design websites, but also help businesses build strong digital brands. Providing comprehensive website design services from design to SEO optimization. Please contact Mavis Digital immediately to create breakthrough, effective and sustainable technology solutions for your business in Ho Chi Minh.
Create .envand.env.example file for project.
Generate .gitignore for Node.js, Python, Java.
Create mock JSON data for API testing.
Format and analyze API response.
Test REST API: GET, POST, PUT, DELETE.
Convert Binary, Hex, Base32.
Base64 encoding/decoding.
Convert Decimal, Binary, Hex.
Create visual CSS box-shadow.
Calculate Linux file permissions.
Check WCAG accessibility.
Generate random color palette.