Function to locate the indices of an array of characters in another character array. Returns the indices of the first hit, it no match was found zero is returned.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | names(:) | the names to search for |
||
character(len=*), | intent(in) | :: | array(:) | array in which to sarch in |
index of first matches