i have string, it's not really json
EXAMPLE
var TEST = { "contextData" :
{id:01,title:one},{id:02,title:two},{id:03,title:three}}
how i can get all title using regex ?
output example : title:one|title:two|title:three
i have string, it's not really json
EXAMPLE
var TEST = { "contextData" :
{id:01,title:one},{id:02,title:two},{id:03,title:three}}
how i can get all title using regex ?
output example : title:one|title:two|title:three