substring in ejs code example Example: reactsj substring var str = "Hello world!"; var res = str.substring(1, 4); // res value is "ell"