node.inflection icon indicating copy to clipboard operation
node.inflection copied to clipboard

Unable to convert dash-case or kebab-case to PascalCase

Open NullVoxPopuli opened this issue 1 year ago • 1 comments

It looks like the tests don't cover this scenario either.. nor do they have any dash-case-as-input tests...

Example input: my-dash-case Example output: MyDashCase

NullVoxPopuli avatar Jan 23 '23 20:01 NullVoxPopuli

Here are some test cases: https://runkit.com/nullvoxpopuli/is-inflection-sufficient

NullVoxPopuli avatar Apr 13 '23 14:04 NullVoxPopuli