libsim  Versione 7.1.6

◆ string_match()

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

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


Generated with Doxygen.