Recase.NameCase (recase v0.9.1)

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

Summary

Functions

convert(value)

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