libsim  Versione7.2.6

◆ string_match()

recursive logical function string_match ( character(len=*), intent(in)  string,
character(len=*), intent(in)  pattern 
)

Tries to match the given string with the pattern.

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


Generated with Doxygen.