libsim Versione 7.2.4

◆ string_match_v()

logical function, dimension(size(string)) 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 1285 del file char_utilities.F90.

1286!! regardless of the value reached by the progress counter. It does
1287!! not need to be called if the \a update method has already been
1288!! called with the maximum progress value.
1289SUBROUTINE progress_line_alldone(this)
1290CLASS(progress_line),INTENT(inout) :: this
1291CALL progress_line_update_d(this, this%max)
1292END SUBROUTINE progress_line_alldone
1293
1294
1295END MODULE char_utilities
Utilities for CHARACTER variables.

Generated with Doxygen.