Returns .true.
if the string str
starts with prefix
, otherwise
returns .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) | :: | prefix | |||
integer, | intent(in), | optional | :: | start | ||
integer, | intent(in), | optional | :: | finish |