Name Validation Regular Expression
A regular expression that matches and validates people’s names (first name, middle name, last name).
Useful regular expressions to match strings like GUID, UUID, Social Security Number (SSN), etc.
A regular expression that matches and validates people’s names (first name, middle name, last name).
A regular expression that matches all valid usernames (unique identifier).
A regular expression that matches strong (security) password strings.
A regular expression that matches a valid Base64 encoded string.
A regular expression to match SHA-256 hashes (64 hexadecimal characters).
A regular expression to match SHA-1 hashes.
A regular expression to match MD5 hashes.
A regular expression to match GUID (Globally Unique IDentifier) and/or UUID (Universally unique identifier).