Recase.SentenceCase (recase v0.7.0) 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

Specs

convert(String.t()) :: String.t()