if (/\.(gif|jpg|jpeg|tiff|png)$/i.test(input)) { const itHappened = true; } else { const itHappened = false; }