I need to implement some code to test if a password is complex enough, and I have a regex expression for this. How can I simply test if a supplied string matches the regex patter (is complex enough) or not (not complex enough)?
Many thanks
Steve
1 post - 1 participant