Copyright © 2009-2017 Michael Truog
Version: 1.6.1 Mar 28 2017 19:21:38 ------------------------------------------------------------------------
Authors: Michael Truog (mjtruog [at] gmail (dot) com).
afterl(Char::pos_integer(), Rest::string()) -> string()
afterl(Char::pos_integer(), Input::string(), X3::empty | input) -> string()
afterr(Char::pos_integer(), Input::string()) -> string()
afterr(Char::pos_integer(), Input::string(), X3::empty | input) -> string()
beforel(Char::pos_integer(), Input::string()) -> string()
beforel(Char::pos_integer(), Input::string(), X3::empty | input) -> string()
beforer(Char::pos_integer(), Input::string()) -> string()
beforer(Char::pos_integer(), Input::string(), X3::empty | input) -> string()
binary_to_term(B::binary()) -> any()
compare_constant(Test::string(), Correct::nonempty_string()) -> boolean()
compare_constant_binary(Test::binary(), Correct::binary()) -> boolean()
compare_constant_list(Test::string(), Correct::nonempty_string()) -> boolean()
format(L::string(), A::list()) -> string()
format_to_binary(L::string(), A::list()) -> binary()
format_to_list(L::string(), A::list()) -> string()
list_to_term(L::string()) -> any()
splitl(Char::pos_integer(), Input::string()) -> {string(), string()}
splitl(Char::pos_integer(), Input::string(), X3::empty | input) -> {string(), string()}
splitr(Char::pos_integer(), Input::string()) -> {string(), string()}
splitr(Char::pos_integer(), Input::string(), X3::empty | input) -> {string(), string()}
term_to_binary(T) -> any()
term_to_list(T::any()) -> string()
Generated by EDoc, Mar 28 2017, 19:21:38.