str= "http://site.myst.ru/_ph/1/189358381.jpg"; arr= /(.*\/)(.*$)/.exec(str); alert(arr[1] + "\n" + arr[2]);