This routine finds the delimiter in string str
that matches the delimiter
in position ipos
of str
. The argument imatch
contains the position of
the matching delimiter. Allowable delimiters are (), [], {}, <>.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | str | |||
integer, | intent(in) | :: | ipos | |||
integer, | intent(out) | :: | imatch |