✏️ Fix validation parameter name in docs, from regex to pattern (#10085)

This commit is contained in:
Pablo Dorrío Vázquez
2023-09-02 19:02:26 +02:00
committed by GitHub
parent 7f1dedac2c
commit c502197d7c

View File

@@ -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.