Skip to content

Commit

Permalink
Merge pull request #5 from Bounceapp/ljesus-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljesus authored Dec 19, 2023
2 parents 43a19a8 + 0a6455c commit 7a62d55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,9 @@ Restrict to a minimum number of items
#### max
```directives: [constraints: [max_items: 5]]```
Restrict to a maximum number of items

### Regex

#### pattern
```directives: [constraints: [pattern: "^[A-Z][0-9a-z]*$"]]```
Ensure value follows a specific Regex pattern

0 comments on commit 7a62d55

Please sign in to comment.