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