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());
This commit is contained in:
Mo Helmy
2024-01-23 21:21:56 +02:00
committed by GitHub
parent 15de11de9a
commit 72cd365b26
4 changed files with 81 additions and 0 deletions
+1
View File
@@ -200,6 +200,7 @@
<module>core-java-string-operations-7</module>
<module>core-java-regex</module>
<module>core-java-regex-2</module>
<module>core-java-regex-3</module>
<module>core-java-uuid</module>
<module>core-java-collections-maps-6</module>
<module>core-java-records</module>