Title here
Summary here
To ensure data cleanliness before validation, the library applies a set of normalizers (configured in the normalizers()
method of each rule).
Normalizers do not change the original data; they provide a normalized copy for the validation process.
You can access a normalized version of the original data from the $result->normalized
property.
Example: