Commit Graph

3 Commits

Author SHA1 Message Date
Bipin kumar c3155551b6
JAVA-32170_C_09: Changes made for Fix formatting of POMs - C_09(#16110) 2024-03-15 23:52:33 +02:00
Mo Helmy 8154f89f17
Update PasswordValidationUsingRegexUnitTest.java (#15726)
Typo fixed
2024-01-25 09:17:03 -08:00
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