TUV-x
Loading...
Searching...
No Matches
Private Member Functions | List of all members
musica_array::find_string_in_split_array Interface Reference

Private Member Functions

logical function find_string_in_split_array_string (array, string, splitter, element_id, id, case_sensitive)
 Find a string in an array of strings after splitting the array elements. More...
 
logical function find_string_in_split_array_char (array, string, splitter, element_id, id, case_sensitive)
 Find a string in an array of strings after splitting the array elements. More...
 

Member Function/Subroutine Documentation

◆ find_string_in_split_array_char()

logical function musica_array::find_string_in_split_array::find_string_in_split_array_char ( type(string_t), dimension(:), intent(in)  array,
character(len=*), intent(in)  string,
character(len=*), intent(in)  splitter,
integer(kind=musica_ik), intent(in)  element_id,
integer(kind=musica_ik), intent(out)  id,
logical, intent(in), optional  case_sensitive 
)
private

Find a string in an array of strings after splitting the array elements.

Case insensitive by default

Parameters
[in]arrayArray to search
[in]stringString to search for
[in]splitterSplitting characters
[in]element_idElement to compare in split strings
[out]idIndex of located string
[in]case_sensitiveDo a case sensitive search

◆ find_string_in_split_array_string()

logical function musica_array::find_string_in_split_array::find_string_in_split_array_string ( type(string_t), dimension(:), intent(in)  array,
type(string_t), intent(in)  string,
character(len=*), intent(in)  splitter,
integer(kind=musica_ik), intent(in)  element_id,
integer(kind=musica_ik), intent(out)  id,
logical, intent(in), optional  case_sensitive 
)
private

Find a string in an array of strings after splitting the array elements.

Case insensitive by default

Parameters
[in]arrayArray to search
[in]stringString to search for
[in]splitterSplitting characters
[in]element_idElement to compare in split strings
[out]idIndex of located string
[in]case_sensitiveDo a case sensitive search

The documentation for this interface was generated from the following file: