JSFiddle - React, Tailwind, and code Playground
JavaScript
var hi = 'random characters! anything else? "jjj":4444 "id" : 122344 and more random characters!!!!!!';
console.log(parseInt(hi.match(/("id"\s?:\s?)(\d+)/)[2]));
var hi = 'random characters! anything else? "jjj":4444 "id" : 122344 and more random characters!!!!!!';
console.log(parseInt(hi.match(/("id"\s?:\s?)(\d+)/)[2]));