regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
among us references
Published on Tue Mar 01 2022
it detects among us references among us aming us mongus amogus sus suspect <name> was not the impostor no imposters remain 3 impostors remain
Regex
Test String
Additional matching regexes for
among us references
among us references
it detects among us references among us aming us mongus amogus sus suspect <name> was not the impostor no imposters remain 3 impostors remain
UUID 4
Detects any UUID 4 strings
Book of Jude
Searches for expressions containing biblically accurate references for the book of Jude.
Grabify URL Detector
Detects any Grabify IP tracker links
test for binary number divisible by 3
it detects binary numbers divislbe by 3
Regex for telephone numbers all over the world
Detects most of the phone numbers all over the world
emoji short-code detection
Detects the short-code words for emojis (a la jemoji).
Roman numeral detector
Detects valid Roman numerals (up to 3999), and splits into 4 capture groups: thousands, hundreds, tens, and units.
IPv6 detection
It's too large to match with all which seems like an IPv6. It's not perfect, but it's detects more valid IPv6 than some others regex.
printf conversion specification parsing
Parses `printf` conversion specifications. This version detects multiple flags and ` `(space) flag. MSVC length modifier `I64` is also supported. I'm using this regex in my Python project, so please change accordingly if you use other flavor of regex.