jQuery string split jQuery, .split() by dshilkret January 20, 2018 JavaScript var input = "hello.world"; var arr = input.split("."); alert(arr[1]);