Js intercepts strings

ask for help, intercept the value after token
the processing method I use is a bit tedious, is there a sentence of code that can solve

clipboard.png


var token=url.split ("token=") [1];


a.substring (a.indexOf ('token=') + 6) or [.a.split (' token='),'] [1]


url.match(/[^=]*$/i);

url.match (/ (\?) token= (. *) (& | $) /) [2] <

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b34ffc-2bf55.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b34ffc-2bf55.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?