UNPKG

replay-table

Version:

Visualize sport seasons with interactive standings

5 lines (4 loc) 131 B
export default function (str) { return str.replace(/([A-Z])/g, ' $1') .replace(/^./, str => str.toUpperCase()); };