regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
Guid (with or without dashes)
Published on Tue Mar 01 2022
Matches a guid string that can optionally include dashes.
Regex
Test String
aa76ae52-14f2-5774-A645-9d002a72dec1 aa76ae5214f25774A6459d002a72dec1
Additional matching regexes for
Guid (with or without dashes)
Guid (with or without dashes)
Matches a guid string that can optionally include dashes.
Slug
Matches alphanumeric slugs without repeating dashes
Trim
Trims a string without selecting any unnecessary text.
Match 'words' with internal punctuation retained
Matches words without external punctuation but with internal punctuation.
sha512 - letters and numbers, without special characters. length 512
Just capital **letters and numbers**, **without special characters**. String length 512
Email with groups
Groups for: Whole email user domain Matches valid emails with numbers, chars, dots and dashes, domains with extensions of 2 or 3 letters.
Name Initials
Matches 2 or 3 initials from a name. If there is a "," and suffix like Jr., it does not include that in the result.
Match String ( /* 1 */)
Matches the comment string from Robo3T exports
MAC address
a mac address separated by dashes or colons.
include case
How to include the matched cases in the result?