regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
Any telephone number with at least 6 digits
Published on Tue Mar 01 2022
Telephone number can come with extra characters to denote country, region, etc
Regex
Test String
whatever 0 (000) 000-0000 whatever whatever 0(000)000-0000 whatever whatever (000) 000-0000 whatever whatever (000)000-0000 whatever whatever 000 000-0000 whatever whatever 000.000.0000 whatever whatever 000-000-0000 whatever whatever 000-0000 whatever whatever 000 - 0000 whatever whatever 000.0000 whatever whatever 000 . 0000 whatever whatever 000 0000 whatever 1 whatever 00000000000 whatever whatever 0000000000 whatever whatever 000000000 whatever whatever 00000000 whatever whatever 0000000 whatever whatever 000000 whatever whatever 00 00 0000 0000 whatever 3 whatever 00 0000 000 000 whatever 3 whatever 000 0000 0000 whatever 2 whatever (000) 0000 0000 whatever whatever 00000 000000 whatever 1 whatever 00 0000 0000 whatever 21135
Additional matching regexes for
Any telephone number with at least 6 digits
Any telephone number with at least 6 digits
Telephone number can come with extra characters to denote country, region, etc
Password secure but flexable
Must have at leat one number, at leat one capital letter, at least one lower case letter. Also you can have special characters
[email protected]
$%&*+=-_? if you want for extra security. This is not manditory. Change (?=.*[a-z\
[email protected]
$%&*+=\-\_?]) to (?=.*[\
[email protected]
$%&*+=\-\_?]) to make thees special characters manditory. No less than 8 no more thant 20 characters allowed.
Password stronger
**This regex will validate your password** To be stronger, the password must be contain: - At least 8 characters - At least 1 number - At least 1 lowercase character (a-z) - At least 1 uppercase character (A-Z) - At least 1 special character (! @ # $) I hope I've helped :)
Internation Phone
phone number with country code + or 00
UK TEL
UK Telephone Number REGEX no () and no spaces
Phone Number
Allows phone numbers with optional country code, optional special characters and whitespace
international country code matcher
to match international country code of the phone number
Password Validation Regex
Checks that a password has a minimum of 6 characters, at least 1 uppercase letter, 1 lowercase letter, and 1 number with no spaces.
E.164 ITU Telephony Standard including Extensions
Basic RegEx to catch ITU E.164 Formatted Telephone Numbers. Must include leading '+', first digit cannot be a zero, no other non-numeric characters -- with (optional) exception of Extensions denoted by ";ext=" and between 3 and 6 digits in the extension (adjust max to suit organization)
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