Which String methods you wish JavaScript API had?
Which String methods you wish JavaScript API had?

Which String methods you wish JavaScript API had?

Those sort of functions/methods you usually copy-paste from a project to another in a utils.js file 😂

i.e. we have toLowerCase, toUpperCase but not capitalize or toCamelCase or toPascalCase

image

Share your string utils!