libsim  Versione 7.1.6

◆ 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 1291 del file char_utilities.F90.

1292 END SUBROUTINE progress_line_alldone
1293 
1294 
1295 END MODULE char_utilities
Utilities for CHARACTER variables.

Generated with Doxygen.