learn v0.1.0 MySigils

Link to this section Summary

Functions

transfer string to upcase, equal to String.upcase/2

Link to this section Functions

Link to this function

sigil_u(string, list)
sigil_u(String.t(), []) :: String.t()

transfer string to upcase, equal to String.upcase/2

Examples

iex> ~u/elixir school/
"ELIXIR SCHOOL"