Git Product home page Git Product logo

case-extensions's People

Contributors

another-guy avatar vad3x avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

case-extensions's Issues

Add LICENSE.md file

The README indicates that this library is licensed under the MIT license, but no file is included.

FEATURE: Support SNAKE_CAPS and KEBAB-CAPS

This is a great utility that I've been using, but I occasionally run into ALL_CAPS text that I'd like to change case to another format as well. Technically, I can get it working by calling .ToLower() on the text first, but it would be nice to have true bi-directional support for this.

[Feature Request] Train-Case support

Hello Vadim

First of all thanks a ton for a nice package! I am surprised I was unable to find any alternatives to your NuGet package which was first released in April last year. Good job!

I have a couple of questions. Hopefully, you will not be mad if I don't open an issue per question.

  • Are there any plans to support Train-Case? This would make the library a little more complete, IMO. By the way, the style is referred here http://stackoverflow.com/a/17820138/482868

  • Are there plans to support netstandard1.6? The compilation fails for one of the projects I'd like to introduce a dependency on CaseExtensions.

error: Package CaseExtensions 1.0.1 is not compatible with netstandard1.6 (.NETStandard,Version=v1.6). Package CaseExtensions 1.0.1 supports: netcoreapp1.0 (.NETCoreApp,Version=v1.0)
error: One or more packages are incompatible with .NETStandard,Version=v1.6.
  • You may want to change wording in the documentation to clarify that cross-style translations are possible (i.e. kebab to camel, or camel to snake). It might be obvious from the word any in this sentence (but it was not for me)

The library that allows to change any string case to PascalCase/camelCase/kebab-case/snake_case.

So, I had to depend on CaseExtensions 1.0.1 and run some test code (funny that I did not notice the unit tests in the repo).

-- Igor

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.