Recase.NameCase (recase v0.7.0) View Source

Module to convert strings to Name Case.

This module should not be used directly.

Examples

iex> Recase.to_name "mccarthy o'donnell"
"McCarthy O'Donnell"

Read about Name Case here: https://metacpan.org/pod/Lingua::EN::NameCase

Link to this section Summary

Link to this section Functions

Specs

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