Home > front end >  Uncaught SyntaxError: fails on first Regex function, but not second
Uncaught SyntaxError: fails on first Regex function, but not second

Time:10-03

this question is different because the first function errors, but the other identical functions work fine.

Question: Why does the first function fail, but not the second? ...in these JS Regex functions, from a 3rd party lib used to parse float/ints etc with the help of the regex function.


Please advise how do I troubleshoot fix this error?

Uncaught SyntaxError: missing ) after argument Regex

CodePudding user response:

According to enter image description here

Hope this helps!

  • Related