Apare o texto após uma certa palavra em JS

var new_str = str.substring(0, str.indexOf("Example"));
Cloudy Capuchin