regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
Regex_Article
Published on Tue Mar 01 2022
Start with two letters and followed by any number of Integers
Regex
Test String
KM11
Additional matching regexes for
Regex_Article
Regex_Article
Start with two letters and followed by any number of Integers
Must be start with 62 and all number (indonesia phone)
Must be start with 62 and all number (indonesia phone)
Matching upto 255 number range
this is for matching integers from 0 to 255
Strict Password Validator
**This regex matches only when all the following are true:** password must contain 1 number (0-9) password must contain 1 uppercase letters password must contain 1 lowercase letters password must contain 1 non-alpha numeric number password is 8-16 characters with no space
Viet Nam Phone Number
Viet Nam Phone Number Regex. This regex include: - Cellphone number: Viettel, Vinaphone, Mobiphone, Vietnamobile, Iteltelecom, Reddi (055) - Telephone number (such as: 024, 028,...) - Start with ```0``` or ```84``` - Exactly 10 or 11 numbers
get zip code
this just matches the city credential followed by zipcode e.g: `FL 18117`
Simple TIN number regex
- Only accept numerics/digits and hyphens, forbidding them at the start and the end of the number, and avoid two consecutive occurrences.
Match at least 2-letters (international)
RegExp to match that user has entered at least 2-letters (including international letters) in a field
Markdown checkboxes
Match checkboxes that haven't been checked and are not followed by a footnote or crossed out text
Inverse Match
inverse match letters, numbers, and underscores