javascript match left substring code example Example: substring javascript var str = "Hello world!"; var res = str.substring(1, 4); //ell