Im getting this response from a websocket
a["MESSAGE\ndestination:/user/p0000450/queue/bets/place/status\ncontent-type:application/json\nsubscription:/queue/bets/place/status-1\nmessage-id:p0000450-79\ncontent-length:139\n\n{"id":"c00656b318","groupId":"113686950","status":"PLACED","code":"0","message":"BetSlip with No.113686950 has been accepted","context":{}}\u0000"]
I would like to extract the betslip no. Cant seem to generate regex that will extract this? please assist
i am planning to use regex extractor and beanshell postprocessor to save the data to excel for all responses

