regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
Franklin Regex
Published on Tue Mar 01 2022
Testing Franklin related regex matching cases.
Regex
Test String
Franklin, can you please do this or this for me? franklin, can you please do this or this for me? Franklin, can you please remind me to do X at 0:00pm? franklin, can you please remind me to do X at 0:00pm?
Additional matching regexes for
Franklin Regex
Franklin Regex
Testing Franklin related regex matching cases.
Currency amount without currency symbol
Matching numbers related to financial amounts. Does not consider the type of currency. Will not match: --------------- 34 1.005 33,00 Will match: ----------- 00.40 1.40$ -6,663,330.00
Email address (most used)
Email address, most used cases
Linkedin profile matching regex
This a regex for matching linkedin profile URLs
Check if the title ends in is alid or not in java using regex
testing patterns http://stackoverflow.com/questions/30751885/check-if-a-string-ends-in-is-valid-or-not-in-java-using-regex
regex test
testing the string abc xyx 12 13 a a b
include case
How to include the matched cases in the result?
Simple domain.tld tester
For testing domain with TLD regExp.test("google.com") => true regExp.test("mad.engineering") => true
mega.nz files and folders
Regex for matching https://mega.nz file and folder URLs. https://github.com/tonikelope/megabasterd/issues/215
Grab double or single quoted text, escape aware
^$ are only added for the test cases, handles escapes and the closing \\" situation