I added 4 new regex for checking if there exists at least one lower case, upper case, numeric and alphabet character in a string. Also I added 4 tests in validator_test.go file to check the functionality of these functions.
Hello guys!
I forked this package cause owner disappeared. Hope, he will be back, but it would be easier to merge these changes back if he is back
Link to my repo: create issue there and we'll discuss it.
I added 4 new regex for checking if there exists at least one lower case, upper case, numeric and alphabet character in a string. Also I added 4 tests in validator_test.go file to check the functionality of these functions.