We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5b111 commit 31acc53Copy full SHA for 31acc53
src/lib/isAbaRouting.js
@@ -7,7 +7,6 @@ const isRoutingReg = /^(?!(1[3-9])|(20)|(3[3-9])|(4[0-9])|(5[0-9])|(60)|(7[3-9])
7
8
export default function isAbaRouting(str) {
9
assertString(str);
10
- str = str.trim();
11
12
if (!isRoutingReg.test(str)) return false;
13
0 commit comments