nounverb verb

Url

49 of 60
Bad / Weak

rupture - The act of something breaking, splitting, or bursting open, often in a violent, sudden, or forceful manner.

When he fell, the impact of the fall caused his spleen to rupture, requiring immediate surgery.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }