JSFiddle - React, Tailwind, and code Playground
by simo
JavaScript
document.body.innerHTML =
'string'.replace(/^[a-z]/, function (x) {return x.toUpperCase()})
by simo
document.body.innerHTML =
'string'.replace(/^[a-z]/, function (x) {return x.toUpperCase()})