regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
Check special character except alpha_num
Published on Tue Mar 01 2022
Check special character except alpha_num
Regex
Test String
01234596 $%^&
Additional matching regexes for
Check special character except alpha_num
Check special character except alpha_num
Check special character except alpha_num
Password
Safe Password that allow only with a number, a lowercase, a uppercase, and a special character
Password stronger
**This regex will validate your password** To be stronger, the password must be contain: - At least 8 characters - At least 1 number - At least 1 lowercase character (a-z) - At least 1 uppercase character (A-Z) - At least 1 special character (! @ # $) I hope I've helped :)
Task 1
Finds a happy smile, except sad one
Inverse Brainfuck Regex
Regex to select everything except brainfuck symbols.
Extract elevation from GPX
Matches everything except content between <ele> and </ele>
Password requirements checker
This regular expression allows you to simply check if a password matches with your conditions. By default it will require: - 1 `{1}` uppercase letter `[A-Z]` or more - 1 `{1}` lowercase letter `[a-z]` or more - 1 `{1}` number `[0-9]` or more - 1 `{1}` special character `[@#$%^!&+=.\-_*]` or more You can easily change the minimum by editing the value in the respective `{1}`
nginx - all subdomain except "api, panel and ..."
is used for nginx nameserver regex. pass all except some subdomains.
httplinkresolver
get special tag contains html link
Non-parentheses characters, but allow escaped parentheses.
Trying to discover how to select all ranges except non-escaped parentheses.