Commit 8b4ebcf
committed
minor #19938 [Validator] BicValidator add strict mode to validate bics in strict mode (maxbeckers)
This PR was merged into the 7.2 branch.
Discussion
----------
[Validator] BicValidator add strict mode to validate bics in strict mode
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)
Commits
-------
dc23e2e [Validator] BicValidator add strict mode to validate bics in strict mode1 file changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
124 | 144 | | |
0 commit comments