var str = '\n\ Текст\n\ \n\ Текст\n\ http://сайт.рф\n\ Любой текст\n\ Текст\n\ '; alert( str.substring(0, str.indexOf('http://сайт.рф')) );