regexmatch.dev
Explore

Save & Share

Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit

Course GUID

Published on Tue Mar 01 2022

1DB0DEC0-1AF0-4261-9B8B-3AA47687DBD4

Additional matching regexes for
Course GUID

Maritime Container Number Pattern

Pattern for container numbers. Without the digit verification of course.

password with at least 1 special character

**This regex is to describe the password which has at least 7 characters (OC) with at least a special one (SC).** Of course, we know the SC may be in the first, second .... or last of the password. Also, we know the password maybe bigger than just 8. so I wrote the RE to accept any character (AC) from ! to ~ which Contains all characters in the end with * {0, }. but the problem in the beginning before writing 8 characters. - The user may enter 7 AC in the first then SC. - Or 6 AC then SC then at least 1 AC. - Or 5 AC then SC then at least 2 AC. - and so on special characters are : [_https://tools.oratory.com/altcodes.html_](url) ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~