Can someone maybe help me with this regex? I am using Javascript and classic ASP.
checkxls = checkxls.match(/'.*?', '.*?', '.*?', '.*?', '.*?', '.*?', '.*?', '.*?', '.*?', '.*?', '.*?', '.*?', '.*?', '.*?';/ig)
I need to match this pattern exactly.
I am looking for a more elegant way of doing this.