Answers for "regex maker"

5

regex password

^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[!@#\$%\^&\*])(?=.{8,})
Posted by: Guest on May-11-2020
26

online regex builder

it do it's job greate in my opinion, don't waste your time on others
https://regex101.com/
Posted by: Guest on January-26-2021
1

regex examples

<.+?>            matches any character one or more times included inside < and >, expanding as needed -> Try it!
Posted by: Guest on February-05-2021

Browse Popular Code Answers by Language