Convert a camelized/dasherized/underscored string into a humanized one: fooBar-Baz_Faz โ Foo bar baz faz
by sindresorhusJavaScript
Last 12 weeks ยท 0 commits
4 of 6 standards met
Repository: sindresorhus/humanize-string. Description: Convert a camelized/dasherized/underscored string into a humanized one: fooBar-Baz_Faz โ Foo bar baz faz Stars: 111, Forks: 13. Primary language: JavaScript. Languages: JavaScript (89.3%), TypeScript (10.7%). License: MIT. Latest release: v3.1.0 (5mo ago). Open PRs: 0, open issues: 0. Last activity: 5mo ago. Community health: 85%. Top contributors: sindresorhus, BendingBender, Richienb, stoeffel.
Hey this is a very useful package โ thanks for publishing it! I did notice however that it doesn't seem to work correctly in Safari. At first glance it seems like the issue is being caused by and its use of lookbehind which isn't supported in Safari. Here's the error I am seeing in case this is something you want to address: