def phone_number_format(phone_formats_array_index): return helper.replace_symbol_with_number( definitions.phone_formats()[phone_formats_array_index])
def phone_number_format(phone_formats_array_index): return helper.replace_symbol_with_number(definitions.phone_formats()[phone_formats_array_index])
def phone_formats(): return list_element(definitions.phone_formats())