regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
Nth match
Published on Tue Mar 01 2022
Matches the nth five digit number
Regex
Test String
49237 47387 48234 34567 34566 23456 23456
Additional matching regexes for
Nth match
Nth match
Matches the nth five digit number
All digit must be number
All digit must be number
Validate a 10-digit US Phone Number
Validate a 10-digit US Phone Number
validate_invoiceid_with_yy
Validate an ivoice number with the last two digit as last 2 year digit
regex int
var pattern='/^[0-9][0-9]{0,6}$/'; /* int match 9 digit */ /********************************************** * * ^ starting point * 1st [0-9] number should be start between 0 to 9 * 2nd [0-9] number should be end between 0 to 9 * 3nd {0-6} number length should be exact 6 digit * $ its show the end of string or data * ************************************************/
Hex Input List
Match one or two digit hex values separated by a comma.
Nato Stock Number (Add dashes)
Takes a 13 digit non-dashed Nato Stock Number and uses the Substitution to add the dashes in
phone regex
Match phone number with extensions or not
check phone number(Taiwan)
If pattern match, then this number probably is a phone number in Taiwan.
UK fixed and mobile phones
Will match all fixed and mobile phone numbers with 9 or 10 digit NSN Resource used: https://en.wikipedia.org/wiki/Telephone_numbers_in_the_United_Kingdom