emacs-string-inflection 1.0.6 Convert symbol names between different naming conventions

This Emacs package provides convenient methods for manipulating the naming style of a symbol. It supports different naming conventions such as:

  1. camel case

  2. Pascal case

  3. all upper case

  4. lower case separated by underscore

  5. etc...