recase v0.6.0 Recase.SentenceCase View Source

Module to convert strings to Sentence case.

This module should not be used directly.

Examples

iex> Recase.to_sentence "foo_barBaz-λambdaΛambda-привет-Мир"
"Foo bar baz λambda λambda привет мир"

Read about Sentence case here: https://en.wikipedia.org/wiki/Letter_case#Sentence_case

Link to this section Summary

Link to this section Functions