Returns .true.
if the string str
ends with suffix
, otherwise
return .false.
. With optional start
, test beginning at that position.
With optional finish
, stop comparing beyond that position.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | str | |||
character(len=*), | intent(in) | :: | suffix | |||
integer, | intent(in), | optional | :: | start | ||
integer, | intent(in), | optional | :: | finish |