View Source Recase.SentenceCase (recase v0.8.1)

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

Summary

Functions

@spec convert(String.t()) :: String.t()