I have this string
\'john smith~123 Street~Apt 4~New York~NY~12345\'
Using JavaScript, what is the fastest way to parse this into
//basic url=http://localhost:58227/ExternalApproval.html?Status=1 var ar= [url,statu] = window.location.href.split("=");