I have a cookie that I am trying to match it works fine on the online tool but not in the Chrome console using the [\w+]
. Any help would be great.
cookie Name customerid value =2488475
In Chrome console, I am trying document.cookie.match('customerid=document.cookie.match('customerid=([\w+])*');
but it is returning null