LexorankEx.between
You're seeing just the function
between
, go back to LexorankEx module for more information.
Link to this function
between(string, string)
Returns middle point between two strings.
between("a", "c") => "b"
between("a", "b") => "aV"