characters_with_character_separator Module Procedure

module procedure characters_with_character_separator pure module function characters_with_character_separator(strings, separator) result(sv)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: strings(:)
character(len=*), intent(in) :: separator

Return Value type(string_t)