MapUtils (tmap v21.8.27) View Source

Link to this section Summary

Link to this section Functions

Link to this function

all_required_keys?(map, list)

View Source

Specs

all_required_keys?(map(), list()) :: boolean()
Link to this function

filter_keys_by_regex(dict, regex)

View Source

Specs

filter_keys_by_regex(map() | nil, String.t() | nil) :: list()
filter_keys_by_regex(map(), String.t()) :: list()

Specs

log(map(), String.t()) :: map()
Link to this function

match_keys_by_regex?(dict, regex)

View Source

Specs

match_keys_by_regex?(map(), String.t()) :: boolean()
match_keys_by_regex?(map(), String.t()) :: boolean()
Link to this function

match_keys_values_by_regex?(dict, key_regex, value_regex)

View Source

Specs

match_keys_values_by_regex?(map(), String.t(), String.t()) :: boolean()
match_keys_values_by_regex?(map(), String.t(), String.t()) :: boolean()