Fxnk v0.1.1 Fxnk.String View Source

Functions for working with strings.

Link to this section Summary

Functions

Concatenate two strings.

Link to this section Functions

Specs

concat(String.t(), String.t()) :: String.t()

Concatenate two strings.

Example

iex> Fxnk.String.concat("hello", "world")
"helloworld"