File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -1378,13 +1378,20 @@ More information on https://pkg.go.dev/golang.org/x/text/language
13781378
13791379 Usage: bcp47_language_tag
13801380
1381- BIC (SWIFT code)
1381+ BIC (SWIFT code - 2022 standard )
13821382
1383- This validates that a string value is a valid Business Identifier Code (SWIFT code), defined in ISO 9362.
1384- More information on https://www.iso.org/standard/60390 .html
1383+ This validates that a string value is a valid Business Identifier Code (SWIFT code), defined in ISO 9362:2022 .
1384+ More information on https://www.iso.org/standard/84108 .html
13851385
13861386 Usage: bic
13871387
1388+ BIC (SWIFT code - 2014 standard)
1389+
1390+ This validates that a string value is a valid Business Identifier Code (SWIFT code), defined in ISO 9362:2014.
1391+ More information on https://www.iso.org/standard/60390.html
1392+
1393+ Usage: bic_iso_9362_2014
1394+
13881395# RFC 1035 label
13891396
13901397This validates that a string value is a valid dns RFC 1035 label, defined in RFC 1035.
You can’t perform that action at this time.
0 commit comments