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 41ae98e commit 9fbc20aCopy full SHA for 9fbc20a
lib/index.js
@@ -13,7 +13,7 @@ const internals = {
13
'[': ']'
14
},
15
16
- numberRx: /^(?:[0-9]*\.?[0-9]*){1}$/,
+ numberRx: /^(?:[0-9]*(\.[0-9]*)?){1}$/,
17
tokenRx: /^[\w\$\#\.\@\:\{\}]+$/,
18
19
symbol: Symbol('formula'),
0 commit comments