regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
Yell Regex Version 2
Published on Tue Mar 01 2022
This version matches any sentence that sounds like yelling even it doesnt end with ? or !
Regex
Test String
WHAT THE HELL
Additional matching regexes for
Yell Regex Version 2
Yell Regex Version 2
This version matches any sentence that sounds like yelling even it doesnt end with ? or !
Version Matcher
Matches version strings.
find a valid SO file
This regex allow to validate a .so file (with an additional version)
Simple title validation
Used to validate entries like Address names and cities, streets. - Allows any of the following characters `-.#@&,:?!]{2})[a-zA-Z0-9- .#@&,_'":.?!` - Prohibits these characters from begining a sentence ` -.&,_'":?!` - Prohibits these characters from ending a sentence `- &_'":`
ISO 8601 date
Validates a date with ISO 8601 format. Source: http://www.pelagodesign.com/blog/2009/05/20/iso-8601-date-validation-that-doesnt-suck/
TV series season and episode names
This regex matches against season and series names
Labels with version numbers
Quick studty of labels with version numbers
Sentence and word validator
Last captured word available via group W. Last captured sentence available via group S. Last parenthesis stuff in 6th capturing group.
semver
Semantic Versioning regex pattern according to Tom Preston-Werner http://semver.org/ https://github.com/mojombo/semver/blob/master/semver.md First version of this regex follows semver 2.0.0. Discussion of semver and this regex was posted on https://github.com/mojombo/semver.org/issues/59
find pattern in filename product name, version, build and extension
find pattern in filename product name, version, build and extension