//или s.substr(s.indexOf('file')+5) //или s.match(/(?<=file=).+/)[0] //или (не будет поддержки IE) s = new URL(s).searchParams; s.get('file');