symfony / symfony-docs

The Symfony documentation
https://symfony.com/doc
Other
2.15k stars 5.1k forks source link

[Validator] BicValidator add strict mode to validate bics in strict mode #19938

Closed maxbeckers closed 3 months ago

maxbeckers commented 3 months ago

Add docs for the mode of the bic validator.

Related issue #19937.

Options are strict (default behavior) and case-insensitive (new option to transform the input to upper case before validation)

javiereguiluz commented 3 months ago

Thanks Max!