I asked a question about regular expression in PHP (which got answered), I need help with same regular expression in javascript, here is the link to previous question. Regular expression to parse JSON
Again I am not looking to get JSON.parse and get the json object, I need to find the regex for the pattern.
Thanks
Try something like:
matches[0]will be the matched string.Since the
DOTALLPCRE option isn’t supported in Javascript, you’d have to use a regular expression like that: