regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
Simple @user replacement
Published on Tue Mar 01 2022
Regex
Test String
@john hey how are you. I was just wondering because @jane asked about you and @jim you know? @tim and @jack
Additional matching regexes for
Simple @user replacement
Table Purgatory
A regex to find all nowrap text occurrences and name all the groups involved in preparation for a replacement pass
Simple AWS ARN Regex
Simple AWS ARN Regex
kim_emails
Regexp for simple emails
Website validation
Simple website validation for your casual usage
Link markdown with title text
Simple link mardown detection with a title text
Simple Valid File Names
Simple file names. Special chars allowed (-_.) {3, 40}
RegEx to validate oAuth 2.0 redirect_uri
A simple RegEx rule which should validate redirect_uri for oAuth2
Username Validation
Super simple, just checks for 5 or more letters/numbers/symbols.
Simple Linux File Absolute Path Tester
Match simple linux file absolute path as /usr/share/my-folder/helloworld.jpg
parsing CSV file
It correctly handles simple values, empty values, and quoted values with commas inside.