Skip to content

Commit 9b0d50b

Browse files
committed
feat: add docs
1 parent 49e1053 commit 9b0d50b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

doc.go

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff 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
13901397
This validates that a string value is a valid dns RFC 1035 label, defined in RFC 1035.

0 commit comments

Comments
 (0)