Skip to content

flintsteel7/casey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Casey

A Unicode string case converter that handles HTML

NOTE: This is a work in progress, not all features are working as intended or at all

Written in Elixir

Converts capitalization of an input unicode string, including the inner text of an HTML string or document. Available conversions are:

  • all uppercase
  • all lowercase
  • title case
  • capitalize words
  • capitalize sentences
  • capitalize lines

Installation

Once I've finished, and Casey is available in Hex, the package can be installed by adding casey to your list of dependencies in mix.exs:

def deps do
  [
    {:casey, "~> 0.1.0"}
  ]
end

About

string case converter in Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages