View Source Recase.NameCase (recase v0.8.1)

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

Summary

Functions

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