libsim  Versione7.1.6
recursive 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 1299 del file char_utilities.F90.


Generated with Doxygen.