exports.capitalize = (string) => string.replace(/^./, str => str.toUpperCase())