var str="../../2/2053/index.htm" var r=/^\.\.\/\.\.\// alert(r.test(str)); str="../2/2053/index.htm" alert(r.test(str));