I have this string which is a response from 2captcha
{'captchaId': '69775358180', 'code':
'coordinates:x=100,y=285;x=147,y=299;x=226,y=316;x=262,y=131'}
how can I extract each x,y coordinate and save them to variable? I've played around with regex but cant quite figure it out.
Thanks