verb

1 of 60
Good / Friendly

vouch - To assert or confirm as a result of one's own experience that something is true or accurately so described

At Don's trial, Peggy had to vouch for his whereabouts to prove he didn't commit the crime.

// 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(); }); }