libsim  Versione7.2.1

◆ string_match_v()

logical function, dimension(size(string)) char_utilities::string_match_v ( character(len=*), dimension(:), intent(in)  string,
character(len=*), intent(in)  pattern 
)
private

Tries to match the given string with the pattern (array version).

Returns .TRUE. if the entire string matches the pattern, .FALSE. otherwise. Note: trailing blanks are ignored.

Parametri
[in]stringstring to be examined
[in]patternglob pattern to be used for the matching

Definizione alla linea 1296 del file char_utilities.F90.


Generated with Doxygen.