UNPKG
bic
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
BIC (Business Identifier Code) format validator
github.com/nicolaspayot/bic
nicolaspayot/bic
bic
/
dist
/
bic.esm.js
2 lines
(1 loc)
•
104 B
JavaScript
View Raw
1
2
var
t=
/^[A-Z]{6}[A-Z0-9]{2}([A-Z0-9]{3})?$/
,e={
isValid
:
function
(
e
){
return
t.
test
(e)}};
export
default
e;