html page reading with start and endindex code example Example: substring javascript var str = "Hello world!"; var res = str.substring(1, 4); //ell