LexorankEx.between

You're seeing just the function between, go back to LexorankEx module for more information.
Link to this function

between(string, string)

Specs

between(String.t(), String.t()) :: String.t()

Returns middle point between two strings.

between("a", "c") => "b"

between("a", "b") => "aV"