What package would you recommend for doing conversion between different naming cases (pascal case, camel case, kebab case, snake case, etc)? In a reliable way.
Also it would be awesome if there are validation methods/functions too (like IsKebabCase()
).