Skip to content

Commit

Permalink
fix(doc): change deprecated parameter regex to pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodorrio committed Aug 15, 2023
1 parent 63e7edb commit 1b02e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/docs/tutorial/query-params-str-validations.md
Expand Up @@ -932,7 +932,7 @@ Validations specific for strings:

* `min_length`
* `max_length`
* `regex`
* `pattern`

In these examples you saw how to declare validations for `str` values.

Expand Down

0 comments on commit 1b02e5c

Please sign in to comment.