var str = "Se7en"; var search = str.search(/\d/); console.log("first digit at: ", search); // first digit at: 2