View Source locus_util (locus v2.3.7)
Link to this section Summary
Link to this section Functions
Specs
bin_to_hex_str(binary()) -> [48..57 | 97..102].
Specs
censor_url_query(string(), [unicode:charlist()]) -> string().
Specs
expect_linked_process_termination(pid()) -> boolean().
Specs
filesystem_safe_name(binary()) -> binary().
Specs
is_date(term()) -> boolean().
Specs
is_termination_reason_harmless(term()) -> boolean().
Specs
is_unicode_string(term()) -> boolean().
Specs
is_utf8_binary(term()) -> boolean().
Specs
lists_anymap(fun((term()) -> boolean() | {true, term()}), list()) -> {true, term()} | false.
Specs
lists_take(term(), list()) -> {ok, list()} | error.
Specs
parse_absolute_http_url(string()) -> {ok, {atom(), string(), string(), inet:port_number(), string(), string(), string()}} | {error, not_absolute_http_url} | {error, {atom(), term()}}.
Specs
parse_ip_address(binary() | string() | inet:ip_address()) -> {ok, inet:ip_address()} | {error, einval}.
Specs
purge_term_of_very_large_binaries(T) -> T.
Specs
resolve_http_location(string(), string()) -> {ok, string()} | {error, term()}.
Specs
url_query_encode(unicode:chardata()) -> binary().