You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,10 @@ Tests if the value is a valid hash.
168
168
### Integer
169
169
Tests if the value is an integer.
170
170
171
+
#### Arguments
172
+
-`allowString` (optional) - whether the assert accepts string inputs or not.
173
+
-`unsigned` (optional) - whether the assert should consider only unsigned values or not.
174
+
171
175
### InternationalBankAccountNumber (*IBAN*)
172
176
Tests if the value is a valid International Bank Account Number (_IBAN_) as defined in the [13616-1](http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=41031) standard.
0 commit comments