java-tutorials/core-java-modules/core-java-regex-3
Mo Helmy 72cd365b26
This PR is related to BAEL-7174 (#15712)
* Update pom.xml

Add:        <module>core-java-regex-3</module>

* This commit is related to BAEL-7174

This commit aims to add a new module named "core-java-regex-3" and a new project named "passwordvalidation" to validate passwords using regex.

* Update PasswordValidationUsingRegexUnitTest.java

Change else-if to         assertTrue(matcher.matches());
2024-01-23 11:21:56 -08:00
..
src/test/java/com/baeldung/passwordvalidation This PR is related to BAEL-7174 (#15712) 2024-01-23 11:21:56 -08:00
README.md This PR is related to BAEL-7174 (#15712) 2024-01-23 11:21:56 -08:00
pom.xml This PR is related to BAEL-7174 (#15712) 2024-01-23 11:21:56 -08:00

README.md

Relevant Articles: