regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
check format to HH:MM
Published on Tue Mar 01 2022
check if the format is HH:MM (00:00 is OK, 0:00 is not)
Regex
Test String
09:59
Additional matching regexes for
check format to HH:MM
Address Check Validation
Check for true or false street address format
youtube video id
any format, check domain to make sure it's a youtube url
Timestamp including time zone information
Simple check on the correct format of a time stamp including time zone information
check format to HH:MM
check if the format is HH:MM (00:00 is OK, 0:00 is not)
Date regex
this regex check if the date is in the format d/m/Y H:i , it will not check the number of days in month
php input:date yyyy-mm-dd
improved "Ahmed Z" regexp. PHP date format (and input[type=text] format date too): YYYY-MM-DD. Year between [1900-2099]. No leap year check. Month 02 is limited to 29 days.
Codice fiscale
Check "codice fiscale"
Check special character except alpha_num
Check special character except alpha_num
equation syntaxt check
easy syntax check for equation
tel:// and sms:// validator
Easly to check tel:// or sms:// protocols.