Skip to content

Commit

Permalink
Doc updated with SHA1Hash and ExceptionMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierMF committed Oct 26, 2020
1 parent 8831b68 commit ad739b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,12 @@ always be incomplete so I will be adding new ones when I need it or feel it. Con
* [PositiveQuantity](src/main/kotlin/org/javiermf/primitives/quantity/PositiveQuantity.kt)
* value greater or equal than 0

* [SHA1Hash](src/main/kotlin/org/javiermf/primitives/auth/SHA1Hash.kt)
* value length is 40
* value matches regular expression [0-9a-f]{40}

* [ExceptionMessage](src/main/kotlin/org/javiermf/primitives/exceptions/ExceptionMessage.kt)
* value is not blank
* value matches regular expression [\w ,.:_\t-]+


0 comments on commit ad739b2

Please sign in to comment.